ImageGear v26.5 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearROI Class / Left Field




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

    Field Value

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