Struct Types.HDC
- Namespace
- Xui.Runtime.Windows.Win32
- Assembly
- Xui.Runtime.Windows.dll
- Inherited Members
-
Constructors
HDC(nint)
Parameters
value nint
Fields
value
Field Value
- nint
Properties
Value
public nint Value { get; }
Property Value
- nint
Methods
FillRect(Rect, nint)
public bool FillRect(Rect rect, nint brush)
Parameters
rect Rect
brush nint
Returns
- bool
FrameRect(Rect, nint)
public bool FrameRect(Rect rect, nint brush)
Parameters
rect Rect
brush nint
Returns
- bool
HDCFillRect(nint, ref RECT, nint)
public static Types.BOOL HDCFillRect(nint hDC, ref User32.RECT lprc, nint hbr)
Parameters
hDC nint
lprc User32.RECT
hbr nint
Returns
- Types.BOOL
HDCFrameRect(nint, ref RECT, nint)
public static Types.BOOL HDCFrameRect(nint hDC, ref User32.RECT lprc, nint hbr)
Parameters
hDC nint
lprc User32.RECT
hbr nint
Returns
- Types.BOOL
Operators
implicit operator HDC(nint)
public static implicit operator Types.HDC(nint v)
Parameters
v nint
Returns
- Types.HDC
implicit operator nint(HDC)
public static implicit operator nint(Types.HDC v)
Parameters
v Types.HDC
Returns
- nint