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

Prints the specified color.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public static void Print(
	ushort color,
	string format,
	params Object[] args
)
Public Shared Sub Print ( _
	color As UShort, _
	format As String, _
	ParamArray args As Object() _
)
public:
static void Print(
	unsigned short color, 
	String^ format, 
	... array<Object^>^ args
)

Parameters

color
UInt16
The color.
format
String
The format.
args
array< Object >[]()[]
The args.

See Also