The QuadrilateralTransformation type exposes the following members.

Constructors

  NameDescription
QuadrilateralTransformationOverloaded.

Methods

  NameDescription
ApplyOverloaded.
CalculateNewImageSize
Calculates new image size.
(Overrides BaseTransformationFilter..::.CalculateNewImageSize(UnmanagedImage).)
ProcessFilter
Process the filter on the specified image.
(Overrides BaseTransformationFilter..::.ProcessFilter(UnmanagedImage, UnmanagedImage).)

Fields

  NameDescription
newHeight
New image height.
newWidth
New image width.

Properties

  NameDescription
AutomaticSizeCalculaton
Automatic calculation of destination image or not.
FormatTranslations
Format translations dictionary.
(Overrides BaseTransformationFilter..::.FormatTranslations.)
NewHeight
Height of the new transformed image.
NewWidth
Width of the new transformed image.
SourceQuadrilateral
Quadrilateral's corners in source image.
UseInterpolation
Specifies if bilinear interpolation should be used or not.

See Also