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

In This Topic
    Resolution Property (GcSkiaGraphics)
    In This Topic
    Gets the resolution of the current graphics, which is always 96 for GcSkiaGraphics.
    Syntax
    'Declaration
     
    Public Overrides Property Resolution As System.Single
    public override System.float Resolution {get; set;}
    See Also