Click or drag to resize

SharpScriptBasePrint(Brush, String, String) Method

Prints a message with a defined foreground brush

Namespace: ArthaChitra.Model.SharpScript
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
protected void Print(
	Brush brush,
	string message,
	string methodName = null
)

Parameters

brush  Brush
Brush
message  String
Message
methodName  String  (Optional)
Name of the method which calls the message
See Also