ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearROIMask Class / Mask Property




In This Topic
    Mask Property
    In This Topic
    Gets 1-bit image that defines region shape.
    Syntax
    'Declaration
     
    Public ReadOnly Property Mask As ImGearDIB
    'Usage
     
    Dim instance As ImGearROIMask
    Dim value As ImGearDIB
     
    value = instance.Mask
    public ImGearDIB Mask {get;}
    public: __property ImGearDIB* get_Mask();
    public:
    property ImGearDIB^ Mask {
       ImGearDIB^ get();
    }

    Property Value

    ImGearDIB class object.
    Remarks
    Region of interest is represented by a binary (1-bit) image.
    See Also