GeometryHandlerOnSetFillMode Method |
Represents a request to set the fill mode of subsequent filled shapes
Namespace:
Atalasoft.Imaging.Codec.CadCam
Assembly:
Atalasoft.dotImage.Dwg (in Atalasoft.dotImage.Dwg.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public virtual void OnSetFillMode(
DwgFillMode fillMode
)
Public Overridable Sub OnSetFillMode (
fillMode As DwgFillMode
)
Parameters
- fillMode
- Type: Atalasoft.Imaging.Codec.CadCamDwgFillMode
The fill mode of the shape
See Also