VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Utils Namespace / WebMatrixJS type
Constructors SeeAlso
In This Topic
    WebMatrixJS Class Members
    In This Topic
    The following tables list the members exposed by WebMatrixJS.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the WebMatrixJS class.
    Methods
     NameDescription
    Public MethodReturns a value indicating whether this instance is equal to a specified matrix.
    Public MethodReturns the determinant of the matrix.
    Public MethodGets the value of the first row and first column of the matrix (scale X).
    Public MethodGets the value of the first row and second column of the matrix.
    Public MethodGets the value of the second row and first column of the matrix.
    Public MethodGets the value of the second row and second column of the matrix (scale Y).
    Public MethodGets the value of the third row and first column of the matrix (offset X).
    Public MethodGets the value of the third row and second column of the matrix (offset Y).
    Public MethodInverts this matrix.
    Public Methodstatic (Shared in Visual Basic)Multiplies two matrices.
    Public MethodMultiplies the specified point with matrix.
    Public MethodMultiplies the specified vector with matrix.
    Public MethodRotates this matrix about the specified point.
    Public MethodRotates (prepend) this matrix about the specified point.
    Public MethodAppends the specified scale vector to current matrix.
    Public MethodPrepends the specified scale vector to current matrix.
    Public MethodSets the value of the first row and first column of the matrix (scale X).
    Public MethodSets the value of the first row and second column of the matrix.
    Public MethodSets the value of the second row and first column of the matrix.
    Public MethodSets the value of the second row and second column of the matrix (scale Y).
    Public MethodSets the value of the third row and first column of the matrix (offset X).
    Public MethodSets the value of the third row and second column of the matrix (offset Y).
    Public MethodInitializes current matrix using the specified matrix.
    Public MethodInitializes current matrix using the specified matrix elements.
    Public MethodApplies matrix to the specified point.
    Public MethodApplies matrix to a points array.
    Public MethodApplies matrix to the specified rectangle.
    Public MethodApplies matrix to the specified vector.
    Public MethodAppends a translation of the specified offsets to current matrix.
    Public MethodPrepends a translation of the specified offsets to current matrix.
    See Also