In This Topic

Points Property (AnnotationFreeHandHighlighter)

In This Topic
The points of the path of the annotation.
Syntax
'Declaration
 
Public Shadows ReadOnly Property Points As PointF()
public new PointF[] Points {get;}
public read-only property Points: array of PointF; 
public hide function get Points : PointF[]
public: __property new PointF[]* get_Points();
public:
new property array<PointF>^ Points {
   array<PointF>^ get();
}
See Also