Gets or sets whether the first pixel color of an image will be used as the transparent color

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 bool UseFirstPixel { get; set; }
Visual Basic (Declaration)
Public Property UseFirstPixel As Boolean
Visual C++
public:
property bool UseFirstPixel {
	bool get ();
	void set (bool value);
}

See Also