ImageGear .NET v25.2 - Updated
ImageGear.Processing.Advanced Assembly / ImageGear.Processing Namespace / ImGearPixelateFillParams Class / Opacity Field




In This Topic
    Opacity Field (ImGearPixelateFillParams)
    In This Topic
    Opacity of the cell.
    Syntax
    'Declaration
     
    Public Opacity As Single
    'Usage
     
    Dim instance As ImGearPixelateFillParams
    Dim value As Single
     
    value = instance.Opacity
     
    instance.Opacity = value
    public float Opacity
    public: float Opacity
    public:
    float Opacity

    Field Value

    Valid range is 0...1.
    Remarks
    This field specifies the opacity of the cell, where 0.0 is transparent and 1.0 is opaque.
    See Also