Skip to content

AnnotationLine::Points property

Indicates the points of the annotation.

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

Return Value

AnnotationPointList