GeometryHandlerOnPolyline Method |
Describes a request to render a primitive open polygon
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 OnPolyline(
double[] vertices
)
Public Overridable Sub OnPolyline (
vertices As Double()
)
Parameters
- vertices
- Type: SystemDouble
An array of points representing a polygon. This is a primitive shape and can not be reduced
further
See Also