ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / IImGearRectangle Interface / Width Property




In This Topic
    Width Property (IImGearRectangle)
    In This Topic
    Gets the width of the rectangle.
    Syntax
    'Declaration
     
    ReadOnly Property Width As Integer
    'Usage
     
    Dim instance As IImGearRectangle
    Dim value As Integer
     
    value = instance.Width
    int Width {get;}
    __property int get_Width();
    property int Width {
       int get();
    }

    Property Value

    Any integer value.
    See Also