ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / IImGearDoubleRectangle Interface / Height Property




In This Topic
    Height Property (IImGearDoubleRectangle)
    In This Topic
    Gets the height of the rectangle.
    Syntax
    'Declaration
     
    ReadOnly Property Height As Double
    'Usage
     
    Dim instance As IImGearDoubleRectangle
    Dim value As Double
     
    value = instance.Height
    double Height {get;}
    __property double get_Height();
    property double Height {
       double get();
    }

    Property Value

    Any double precision number.
    See Also