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

In This Topic
    SurfaceResolution Property (GcSkiaGraphics)
    In This Topic
    Gets the resolution of the underlying drawing surface (pixels per inch).
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property SurfaceResolution As System.Nullable(Of Single)
    public override System.Nullable<float> SurfaceResolution {get;}
    See Also