PolygonElement Constructor |
Constructs a polygon element
Namespace: ExpertPdf.PdfCreatorAssembly: ExpertPdf.PdfCreator (in ExpertPdf.PdfCreator.dll) Version: 11.0.0
Syntaxpublic PolygonElement(
PointF[] points
)
Public Sub New (
points As PointF()
)
Parameters
- points
- Type: System.DrawingPointF
The points to be connected
See Also