Spread Windows Forms 18
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / IDrawingContext Interface / DpiX Property


In This Topic
    DpiX Property (IDrawingContext)
    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