This property sets the coordinates values for the points defining the polygon area on the image that will be processed by an effect. 
[Visual Basic]
Public Property Point As Point
[C#]
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.

See Also

ImageKit.Effect Members | Newtone.ImageKit.Win.ImageKit

The ImageKit.NET3 is created by Newtone Corporation