Mask Property

Project Mercury API

[This is preliminary documentation and is subject to change.]

Gets or sets the mask array.

Namespace:  ProjectMercury.Emitters
Assembly:  ProjectMercury (in ProjectMercury.dll) Version: 3.1.0.0

Syntax

C#
public byte[][] Mask { get; set; }
Visual Basic (Declaration)
Public Property Mask As Byte()()
Visual C++
public:
property array<array<unsigned char>^>^ Mask {
	array<array<unsigned char>^>^ get ();
	void set (array<array<unsigned char>^>^ value);
}

Field Value

The mask array.

See Also