Document Solutions for Imaging
GrapeCity.Documents.Imaging.Windows Assembly / GrapeCity.Documents.Imaging.Windows Namespace / GcDXGraphics Class / Resolution Property

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