Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / GrapeCity.Native.Gdi32 Namespace / CompatibleBitmap Class / Graphics Property


In This Topic
    Graphics Property (CompatibleBitmap)
    In This Topic
    Gets the GDI+ drawing surface of this compatible bitmap.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Graphics As Graphics
    'Usage
     
    
    Dim instance As CompatibleBitmap
    Dim value As Graphics
     
    value = instance.Graphics
    public Graphics Graphics {get;}
    See Also