The polygon points
Namespace:
HiQPdf
Assembly:
HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
public PointF[] Points { get; set; }
Public Property Points As PointF()
Get
Set
public:
property array<PointF>^ Points {
array<PointF>^ get ();
void set (array<PointF>^ value);
}
member Points : PointF[] with get, set
Property Value
Type:
PointF
Reference