Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgMatrix Class
Fields Properties Methods

In This Topic
    SvgMatrix Class Members
    In This Topic

    The following tables list the members exposed by SvgMatrix.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Gets the identity matrix.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets a value indicating whether this instance is an identity matrix.  
    Public PropertyGets element (1, 1).  
    Public PropertyGets element (1, 2).  
    Public PropertyGets element (2, 1).  
    Public PropertyGets element (2, 2).  
    Public PropertyGets element (3, 1).  
    Public PropertyGets element (3, 2).  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Overloaded. Creates a rotation matrix.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Creates a scaling matrix from the specified X and Y components.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Creates a skew matrix from the specified angles in radians.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Creates a translation matrix.  
    Public MethodOverloaded. Determines whether the specified SvgMatrix is equal to this instance.  
    Public MethodReturns a hash code for this instance.  
    Public MethodOverloaded. Inverts the matrix if possible. Returns the inverted matrix if the operation succeeded.  
    Public MethodDetermines the product of two matrices.  
    Public MethodOverloaded. Applies the rotation transformation.  
    Public MethodOverloaded. Applies the scaling transformation.  
    Public MethodOverloaded. Applies the skew transformation.  
    Public MethodApplies the skew transformation along the X axis.  
    Public MethodApplies the skew transformation along the Y axis.  
    Public MethodCreates a System.Numerics.Matrix3x2 from this SvgMatrix.  
    Public MethodOverloaded. Returns a string that represents the current SvgMatrix.  
    Public MethodOverloaded. Transforms a point by this matrix.  
    Public MethodApplies the translation transformation.  
    Top
    See Also