Click or drag to resize

GGraphDrawEllipse Method

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

Parameters

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