Class PolygonElement
- Namespace
- EvoPdf
- Assembly
- evohtmltopdf.dll
Represents a polygon in a PDF document
[ClassInterface(ClassInterfaceType.AutoDual)]
public class PolygonElement : PageGraphicElement
- Inheritance
-
PolygonElement
- Inherited Members
Constructors
PolygonElement(PointF[])
Constructs a polygon element
public PolygonElement(PointF[] points)
Parameters
points
PointF[]The points to be connected
Properties
Points
Gets or sets the polygon points
public PointF[] Points { get; set; }
Property Value
- PointF[]