ImageGear .NET - Updated December 24, 2018
Opacity Property (IImGearARTRectangle)




ImageGear24.Art Assembly > ImageGear.ART Namespace > IImGearARTRectangle Interface : Opacity Property
Gets or sets the opacity of the rectangle.
Syntax
'Declaration
 
Property Opacity As Integer
 
'Usage
 
Dim instance As IImGearARTRectangle
Dim value As Integer
 
instance.Opacity = value
 
value = instance.Opacity

Property Value

Integer value from 0 (transparent) to 255 (opaque).
See Also

Reference

IImGearARTRectangle Interface
IImGearARTRectangle Members