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 System.Drawing.Point
[C#]
public Point[] System.Drawing.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.Wpf.ImageKit

The ImageKit WPF is created by Newtone Corporation