VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging Namespace / VintasoftPointAffineTransform Class
Constructors Properties Methods SeeAlso
In This Topic
VintasoftPointAffineTransform Class Members
In This Topic
The following tables list the members exposed by VintasoftPointAffineTransform.
Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the VintasoftPointAffineTransform class.
Public Properties
 NameDescription
Public Propertystatic (Shared in Visual Basic)Gets the identity transform. (Inherited from VintasoftPointTransform)
Public PropertyGets a value indicating whether this transform is invertible.
Public PropertyGets the value of the first row and first column of the matrix (scale X).
Public PropertyGets the value of the first row and second column of the matrix.
Public PropertyGets the value of the second row and first column of the matrix.
Public PropertyGets the value of the second row and second column of the matrix (scale Y).
Public PropertyGets the value of the third row and first column of the matrix (offset X).
Public PropertyGets the value of the third row and second column of the matrix (offset Y).
Public Methods
 NameDescription
Public MethodCreates the point transform for constant X coordinate.
Public MethodCreates the point transform for constant Y coordinate.
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 Methodstatic (Shared in Visual Basic)Overloaded. Transforms the bounding box. (Inherited from VintasoftPointTransform)
Public MethodOverloaded. Transforms the specified point coordinates by this .
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