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


In This Topic
    Width Property (CompatibleBitmap)
    In This Topic
    Gets the width, in pixels, of this compatible bitmap.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Width As Integer
    'Usage
     
    
    Dim instance As CompatibleBitmap
    Dim value As Integer
     
    value = instance.Width
    public int Width {get;}
    See Also