Gets or sets the binary content of the bitmap mask.
Namespace:
Neodynamic.WebControls.ImageDrawAssembly: Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw.dll)
Version: 4.0.2000.0 (4.0.2000.0)
Syntax
| C# |
|---|
public byte[] MaskBinary { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property MaskBinary As Byte() |
| Visual C++ |
|---|
public: property array<unsigned char>^ MaskBinary { array<unsigned char>^ get (); void set (array<unsigned char>^ value); } |