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