Click or drag to resize

PolygonTransform Constructor (Point, CompressTransformMode, InterpolationMode)

Creates a new instance of PolygonTransform specifying points, mode and transformMode.

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 PolygonTransform(
	Point[] points,
	CompressTransformMode mode,
	InterpolationMode transformMode
)

Parameters

points
Type: System.DrawingPoint
Array of points for the polygon.
mode
Type: Atalasoft.Imaging.ImageProcessing.TransformsCompressTransformMode
The compress method to use on this transform.
transformMode
Type: Atalasoft.Imaging.ImageProcessingInterpolationMode
Specifies the interpolation used with this transform.
Exceptions
ExceptionCondition
Thrown if points is null.
See Also