ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Processing.Layers Namespace / ImGearImageLayer Class / m_nOpacity Field




In This Topic
    m_nOpacity Field
    In This Topic
    Level of opacity for the image layer.
    Syntax
    'Declaration
     
    Protected m_nOpacity As Integer
    'Usage
     
    Dim instance As ImGearImageLayer
    Dim value As Integer
     
    value = instance.m_nOpacity
     
    instance.m_nOpacity = value
    protected int m_nOpacity
    protected: int m_nOpacity
    protected:
    int m_nOpacity

    Field Value

    Integer value.
    See Also