com.onlineobject.objectnet Namespace

EditorUtils..::..PrintImageButton Method (String, String, Color, Color, Int32, Single, Single, Action)

Prints the image button.

Namespace:  com.onlineobject.objectnet
Assembly:  ObjectNetAPI (in ObjectNetAPI.dll)

Syntax


public static void PrintImageButton(

	string text,

	string icon,

	Color buttonColor,

	Color fontColor,

	int fontSize,

	float iconWdth,

	float iconHeight,

	Action onClick

)

Parameters

text
Type: String
The text.
icon
Type: String
The icon.
buttonColor
Type: Color
Color of the button.
fontColor
Type: Color
Color of the font.
fontSize
Type: Int32
Size of the font.
iconWdth
Type: Single
The icon WDTH.
iconHeight
Type: Single
Height of the icon.
onClick
Type: Action
The on click.