VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging Namespace / AffineMatrix3D Class
In This Topic
    AffineMatrix3D Class Properties
    In This Topic
    For a list of all properties of this type, see AffineMatrix3D.
    Public Properties
     NameDescription
    Public PropertyGets the determinant of the matrix.
    Public PropertyGets a value indicating whether this AffineMatrix3D 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 first row and third column of the matrix.
    Public PropertyGets or sets the value of the first row and fourth 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 second row and third column of the matrix.
    Public PropertyGets or sets the value of the second row and fourth column of the matrix.
    Public PropertyGets or sets the value of the third row and first column of the matrix.
    Public PropertyGets or sets the value of the third row and second column of the matrix.
    Public PropertyGets or sets the value of the third row and third column of the matrix (scale Z).
    Public PropertyGets or sets the value of the third row and fourth column of the matrix.
    Public PropertyGets or sets the value of the fourth row and fourth column of the matrix.
    Public PropertyGets or sets the value of the first row and fourth column of the matrix (offset X).
    Public PropertyGets or sets the value of the second row and fourth column of the matrix (offset Y).
    Public PropertyGets or sets the value of the third row and fourth column of the matrix (offset Z).
    See Also