SetFillMode Method (IPath)
In This Topic
Specifies the method used to determine which points are inside the geometry described by this
IPath and which points are outside.
Syntax
'Declaration
Sub SetFillMode( _
ByVal As FillMode _
)
void SetFillMode(
FillMode
)
Parameters
- fillMode
- The method used to determine whether a given point is part of the geometry.
See Also