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


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