Click or drag to resize

QuadrilateralWarpCommand Constructor (Point, Point, Point, Point, Point, Point, Point, Point, InterpolationMode, Color)

Creates a new instance of QuadrilateralWarpCommand specifying sourceBottomLeft, sourceTopLeft, sourceTopRight, sourceBottomRight, destBottomLeft, destTopLeft, destTopRight, destBottomRight, and interpolation.

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 QuadrilateralWarpCommand(
	Point sourceBottomLeft,
	Point sourceTopLeft,
	Point sourceTopRight,
	Point sourceBottomRight,
	Point destBottomLeft,
	Point destTopLeft,
	Point destTopRight,
	Point destBottomRight,
	InterpolationMode interpolation,
	Color backgroundColor
)

Parameters

sourceBottomLeft
Type: System.DrawingPoint
The bottom left point of the source image in pixels.
sourceTopLeft
Type: System.DrawingPoint
The top left point of the source image in pixels.
sourceTopRight
Type: System.DrawingPoint
The top right point of the source image in pixels.
sourceBottomRight
Type: System.DrawingPoint
The bottom right point of the source image in pixels.
destBottomLeft
Type: System.DrawingPoint
The bottom left point of the destination image in pixels.
destTopLeft
Type: System.DrawingPoint
The top left point of the destination image in pixels.
destTopRight
Type: System.DrawingPoint
The top right point of the destination image in pixels.
destBottomRight
Type: System.DrawingPoint
The bottom right point of the destination image in pixels.
interpolation
Type: Atalasoft.Imaging.ImageProcessingInterpolationMode
The interpolation method to use.
backgroundColor
Type: System.DrawingColor
The background color used for newly uncovered areas of the image.
See Also