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




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

    Field Value

    Integer value
    See Also