Spread WPF 18
GrapeCity.Drawing Namespace / IDrawingContext Interface / DpiX Property


In This Topic
    DpiX Property
    In This Topic
    Gets the horizontal resolution (dots per inch) of this drawing context.
    Syntax
    'Declaration
     
    ReadOnly Property DpiX As Double
    'Usage
     
    Dim instance As IDrawingContext
    Dim value As Double
     
    value = instance.DpiX
    double DpiX {get;}
    See Also