Click or drag to resize

QuadrilateralWarpCommand Constructor

Overload List
  NameDescription
Public methodQuadrilateralWarpCommand
Creates a new instance of QuadrilateralWarpCommand.
Protected methodQuadrilateralWarpCommand(SerializationInfo, StreamingContext)
Creates a new instance of QuadrilateralWarpCommand from serialization information
Public methodQuadrilateralWarpCommand(Point, Point, Point, Point, InterpolationMode, Color)
Creates a new instance of QuadrilateralWarpCommand specifying destination points that will yield a perspective transform.
Public methodQuadrilateralWarpCommand(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.
Top
See Also