Click or drag to resize

GGraphDrawRoundRect Method

Namespace:  FairyGUI
Assembly:  FairyGUI (in FairyGUI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void DrawRoundRect(
	float aWidth,
	float aHeight,
	Color fillColor,
	float[] corner
)

Parameters

aWidth
Type: SystemSingle
aHeight
Type: SystemSingle
fillColor
Type: Color
corner
Type: SystemSingle
See Also