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

Namespace:  Phoenix.Gui.Controls
Assembly:  Phoenix (in Phoenix.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public static void DrawField(
	Bitmap bitmap,
	Hues hues,
	int startHueIndex,
	int endHueIndex,
	Size hueSize,
	int brightness
)
Public Shared Sub DrawField ( _
	bitmap As Bitmap, _
	hues As Hues, _
	startHueIndex As Integer, _
	endHueIndex As Integer, _
	hueSize As Size, _
	brightness As Integer _
)
public:
static void DrawField(
	Bitmap^ bitmap, 
	Hues^ hues, 
	int startHueIndex, 
	int endHueIndex, 
	Size hueSize, 
	int brightness
)

Parameters

bitmap
Bitmap
hues
Hues
startHueIndex
Int32
endHueIndex
Int32
hueSize
Size
brightness
Int32

See Also