Gets or sets the content of the bitmap mask.

Namespace:  Neodynamic.SDK.ImageDraw
Assembly:  Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw.dll) Version: 3.0.2000.0 (3.0.2000.0)

Syntax

C#
public Image MaskImage { get; set; }
Visual Basic (Declaration)
Public Property MaskImage As Image
Visual C++
public:
property Image^ MaskImage {
	Image^ get ();
	void set (Image^ value);
}

See Also