ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearROI Class / Top Field




In This Topic
    Top Field (ImGearROI)
    In This Topic
    Y offset of region in the image.
    Syntax
    'Declaration
     
    Public Top As Integer
    'Usage
     
    Dim instance As ImGearROI
    Dim value As Integer
     
    value = instance.Top
     
    instance.Top = value
    public int Top
    public: int Top
    public:
    int Top

    Field Value

    Integer value
    Remarks
    Specifies top side of rectangle in case of ImGearROIRectangle, and the reference point in case of ImGearROIMask.
    See Also