Gets or sets the alpha component value of the transparent color
Namespace:
Neodynamic.SDK.ImageDrawAssembly: Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw.dll) Version: 3.0.2000.0 (3.0.2000.0)
Syntax
| C# |
|---|
public byte Alpha { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property Alpha As Byte |
| Visual C++ |
|---|
public: property unsigned char Alpha { unsigned char get (); void set (unsigned char value); } |