[Visual Basic]
Public Property Point As Point
Public Property Point As Point
[C#]
public Point[] Point {get; set;}
public Point[] Point {get; set;}
Property Value
The values of the coordinate points of a polygon on the image (must be 2 or more points)Explanation
The Point property sets the coordinates values for the points defining the polygon area on the image that will be processed by an effect. This property is enabled when the SelectMode property is set to EffectPolygon. The origin (0,0) for the coordinate space is at the top left.