VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging Namespace / PointFAffineTransform Class
Constructors Properties Methods SeeAlso
In This Topic
PointFAffineTransform Class Members
In This Topic
The following tables list the members exposed by PointFAffineTransform.
Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the PointFAffineTransform class.
Public Properties
 NameDescription
Public Propertystatic (Shared in Visual Basic)Gets the identity transform. (Inherited from PointFTransform)
Public PropertyGets a value indicating whether this transform is invertible.
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)Creates transformation that transforms rectangle into parallelogram using parallelogram points.
Public Methodstatic (Shared in Visual Basic)Creates a new point transformation from matrix coefficients.
Public Methodstatic (Shared in Visual Basic)Creates a new point transformation from matrix coefficients of affine matrix.
Public MethodReturns the inverse transform.
Public MethodConverts this transform to AffineMatrix.
Public Methodstatic (Shared in Visual Basic)Transforms the bounding box. (Inherited from PointFTransform)
Public Methodstatic (Shared in Visual Basic)Overloaded. Transforms the specified point using the specified and returns the result.
Public Methodstatic (Shared in Visual Basic)Overloaded. Transforms the specified points using the specified .
Public Methodstatic (Shared in Visual Basic)Overloaded. Transforms the specified vector using the specified .
Public Methodstatic (Shared in Visual Basic)Overloaded. Transforms the specified vectors using the specified .
See Also