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

Namespace: Neodynamic.WebControls.ImageDraw
Assembly:   Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw)
Version: 3.0.2000.0

Syntax

Visual Basic (Declaration)
Public Property UseFirstPixel As Boolean
C#
public bool UseFirstPixel { get; set; }
Visual C++
public:
property bool UseFirstPixel {
	bool get ();
	void set (bool value);
}