VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging Namespace / VintasoftPointAffineTransform Class
In This Topic
VintasoftPointAffineTransform Class Properties
In This Topic
For a list of all properties of this type, see VintasoftPointAffineTransform.
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).
See Also