Gdi32GetPolyFillMode Method

Retrieves the current polygon fill mode.

Definition

Namespace: DevCase.Win32.NativeMethods
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[DllImportAttribute("GDI32.dll", SetLastError = true)]
public static FillMode GetPolyFillMode(
	IntPtr hDc
)

Parameters

hDc  IntPtr
Handle to the device context.

Return Value

FillMode
If the function succeeds, the return value specifies the polygon fill mode.

If an error occurs, the return value is Alternate.

Remarks

See Also