VintaSoft Imaging .NET SDK 12.5: Documentation for .NET developer
Vintasoft.Imaging Namespace / AffineMatrix Class
In This Topic
    AffineMatrix Class Properties
    In This Topic
    For a list of all properties of this type, see AffineMatrix.
    Public Properties
     NameDescription
    Public PropertyGets the determinant of the matrix.
    Public PropertyGets a value indicating whether this AffineMatrix class is an identity matrix.
    Public PropertyGets a value indicating whether the matrix is invertible.
    Public PropertyGets or sets the value of the first row and first column of the matrix (scale X).
    Public PropertyGets or sets the value of the first row and second column of the matrix.
    Public PropertyGets or sets the value of the second row and first column of the matrix.
    Public PropertyGets or sets the value of the second row and second column of the matrix (scale Y).
    Public PropertyGets or sets the value of the third row and first column of the matrix (offset X).
    Public PropertyGets or sets the value of the third row and second column of the matrix (offset Y).
    Public PropertyGets the type of the matrix.
    See Also