Draw.SetPolyFillMode



SetPolyFillMode(hdc As OLE_HANDLE,nPolyFillMode As Long) As Long

Parameters

hdc As OLE_HANDLE
The hDC property is a handle (a number) that the Windows operating system uses for internal reference to an object. You can paint in theinternal area of any control that has an hDC property.
nPolyFillMode As Long
Specifies the new fill mode. This parameter can be one of the following values.
Value
Name
Description
1
ALTERNATE Selects alternate mode (fills the area between odd-numbered and even-numbered polygon sides on each scan line).
2
WINDING Selects winding mode (fills any region with a nonzero winding value).
ED
not used
RT
avaliable

Remarks

The SetPolyFillMode function sets the polygon fill mode for functions that fill polygons.

See Also

Draw