AnnotationInk::Points property¶
The first entry (i.e. path) in .
IList<System.Drawing.Point> Points { get; set; }
AnnotationPointListList getPoints() throws IGRException;
void setPoints(AnnotationPointListList value) throws IGRException;
@property
def Points(self) -> AnnotationPointListList:
@property.setter
def Points(self, value: AnnotationPointListList)
AnnotationPointListList getPoints() const;
void setPoints(AnnotationPointListList value);
[propget] HRESULT Points([out, retval] AnnotationPointListList* *result);
[propput] HRESULT Points([in] AnnotationPointListList* value);