In This Topic

Points Property (AnnotationEllipse)

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