ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearROIRectangle Class / Height Field




In This Topic
    Height Field (ImGearROIRectangle)
    In This Topic
    Height of rectangle in pixels.
    Syntax
    'Declaration
     
    Public Height As Integer
    'Usage
     
    Dim instance As ImGearROIRectangle
    Dim value As Integer
     
    value = instance.Height
     
    instance.Height = value
    public int Height
    public: int Height
    public:
    int Height

    Field Value

    Integer value
    See Also