ImageGear Professional v18.2 > API Reference Guide > Core Component API Reference > Core Component Objects > IGPolygon Object |
This object represents a polygon as defined by an array of points. It's one of three shape types supported by ImageGear. The other shape types are rectangle and ellipse. The shapes are primarily used to describe ROI (region of interest) on the image.
IIGPolygon extends IIGShape
Resize Method | Resizes the array of points that make up the polygon. |
Size Property | Size of array of points that make up the polygon. |
Type Property | This property defines a shape type. |
XPos Property | X coordinate of a point in the polygon. |
YPos Property | Y coordinate of a point in the polygon. |