Transparency Property (ImageData)
In This Topic
Gets or sets the degree of transparency of the image as a value between 0 (opaque) and 1 (clear).
Syntax
'Declaration
Public Property Transparency As System.Single
public System.float Transparency {get; set;}
See Also