Document Solutions for Imaging
GrapeCity.Documents.Imaging.Skia Assembly / GrapeCity.Documents.Imaging.Skia Namespace / GcSkiaGraphics Class / Transform Property

In This Topic
    Transform Property (GcSkiaGraphics)
    In This Topic
    Gets or sets the transformation matrix of the current graphics.
    Syntax
    'Declaration
     
    Public Overrides Property Transform As System.Numerics.Matrix3x2
    public override System.Numerics.Matrix3x2 Transform {get; set;}
    See Also