ImageGear Professional v18.2 > API Reference Guide > ART Component API Reference > ART Component Objects > IGArtPage Object > IGArtPage Properties > AttrPointArray Property |
Gets or sets the array of (x,y) vertices of a Freehand Line, Straight Line, Filled Polygon, Hollow Polygon, Polyline, or Arrow mark. Before using this property, you must load the IGArtPage Object.AttrXXX properties with the values from a specific mark by calling MarkQuery Method.
![]() |
The points that are stored in the array are relative to the AttrBounds Property values of the mark (i.e., the leftmost point in the array will have X,Y = (0,0)) |
Read-write property
IGPointArray
Default Value: As per GlobalAttrPointArray Property
Valid Values: The points must all be within the ImageRect of the IGPageDisplay Object.
N/A