GdPicture.NET.14.API
GdPicture14.Annotations Namespace / AnnotationFreeHandHighlighter Class / Points Property





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 GdPicturePointF()
public new GdPicturePointF[] Points {get;}
public read-only property Points: array of GdPicturePointF; 
public hide function get Points : GdPicturePointF[]
public: __property new GdPicturePointF[]* get_Points();
public:
new property array<GdPicturePointF>^ Points {
   array<GdPicturePointF>^ get();
}
See Also