ComponentOne Excel for .NET
C1.Excel Assembly / C1.Util Namespace / SvgRendering Class / Transform Property

In This Topic
    Transform Property (SvgRendering)
    In This Topic
    Gets transfoming matrix.
    Syntax
    'Declaration
     
    Public ReadOnly Property Transform As System.Numerics.Matrix3x2
    public System.Numerics.Matrix3x2 Transform {get;}
    See Also