ImageGear .NET - Updated October 26, 2017
Opacity Field (ImGearPixelateFillParams)




ImageGear23.Processing.Advanced Assembly > ImageGear.Processing Namespace > ImGearPixelateFillParams Class : Opacity Field
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

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

Reference

ImGearPixelateFillParams Class
ImGearPixelateFillParams Members