Click or drag to resize

QuadrilateralWarpCommandSourceBottomRight Property

Gets or sets the bottom right point of the source image in pixels.

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 Point SourceBottomRight { get; set; }

Property Value

Type: Point
The bottom right point of the source image in pixels.
See Also