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