VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging Namespace / AffineMatrix Class
In This Topic
    AffineMatrix Class Methods
    In This Topic
    For a list of all methods of this type, see AffineMatrix.
    Public Methods
     NameDescription
    Public MethodClones this instance of affine matrix.
    Public Methodstatic (Shared in Visual Basic)Overloaded. Creates a matrix, which is rotated relative point (0;0).
    Public Methodstatic (Shared in Visual Basic)Overloaded. Creates a matrix, which is rotated relative point (0;0).
    Public Methodstatic (Shared in Visual Basic)Overloaded. Creates scaled matrix.
    Public Methodstatic (Shared in Visual Basic)Creates skewed matrix.
    Public Methodstatic (Shared in Visual Basic)Creates matrix and translates it to the specified offset.
    Public MethodOverloaded. Returns a value indicating whether this instance is equal to a specified object.
    Public MethodReturns the matrix elements.
    Public MethodReturns the hash code for this instance.
    Public Methodstatic (Shared in Visual Basic)Returns an identity matrix.
    Public MethodOverloaded. Inverts this .
    Public Methodstatic (Shared in Visual Basic)Overloaded. Multiplies a by another .
    Public MethodMultiplies the specified AffineMatrix to this AffineMatrix.
    Public MethodRotates this AffineMatrix about the specified point.
    Public MethodRotates this AffineMatrix about the specified point.
    Public MethodPrepends a rotation of the specified angle at the specified point to this AffineMatrix.
    Public MethodPrepends a rotation of the specified angle to this AffineMatrix.
    Public MethodAppends the specified scale vector to this AffineMatrix.
    Public MethodScales this AffineMatrix by the specified amount about the specified point.
    Public MethodPrepends the specified scale about the specified point of this AffineMatrix.
    Public MethodPrepends the specified scale vector to this AffineMatrix.
    Public MethodChanges this AffineMatrix into an identity matrix.
    Public MethodOverloaded. Sets the current matrix form specified matrix.
    Public MethodAppends a skew of the specified degrees in the x and y dimensions to this AffineMatrix.
    Public MethodPrepends a skew of the specified degrees in the x and y dimensions to this AffineMatrix.
    Public MethodOverloaded. Returns the string representation of this object.
    Public MethodAppends a translation of the specified offsets to this AffineMatrix.
    Public MethodPrepends a translation of the specified offsets to this AffineMatrix.
    Public MethodAppends a translation of the specified X-axis offset to this AffineMatrix.
    Public MethodPrepends a translation of the specified X-axis offset to this AffineMatrix.
    Public MethodAppends a translation of the specified Y-axis offset to this AffineMatrix.
    Public MethodPrepends a translation of the specified Y-axis offset to this AffineMatrix.
    See Also