ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Processing.Layers Namespace / ImGearLayer Class / m_bVisible Field




In This Topic
    m_bVisible Field
    In This Topic
    Specifies visibility state of the layer.
    Syntax
    'Declaration
     
    Protected m_bVisible As Boolean
    'Usage
     
    Dim instance As ImGearLayer
    Dim value As Boolean
     
    value = instance.m_bVisible
     
    instance.m_bVisible = value
    protected bool m_bVisible
    protected: bool m_bVisible
    protected:
    bool m_bVisible

    Field Value

    Boolean value.
    See Also