Click or drag to resize

PolygonTransformSetPoints Method

Sets the points used in the polygon.

Namespace:  Atalasoft.Imaging.ImageProcessing.Transforms
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public void SetPoints(
	Point[] points
)

Parameters

points
Type: System.DrawingPoint
An array of Point to use for the polygon.
Exceptions
ExceptionCondition
Thrown if points is null.
See Also