Click or drag to resize

NGraphicsDrawRoundRect Method

Namespace:  FairyGUI
Assembly:  FairyGUI (in FairyGUI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void DrawRoundRect(
	Rect vertRect,
	Rect uvRect,
	Color fillColor,
	float topLeftRadius,
	float topRightRadius,
	float bottomLeftRadius,
	float bottomRightRadius
)

Parameters

vertRect
Type: Rect
uvRect
Type: Rect
fillColor
Type: Color
topLeftRadius
Type: SystemSingle
topRightRadius
Type: SystemSingle
bottomLeftRadius
Type: SystemSingle
bottomRightRadius
Type: SystemSingle
See Also