NGraphics.DrawRoundRect Method |
Namespace:
FairyGUI
Assembly:
FairyGUI (in FairyGUI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax 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: System.Single
- topRightRadius
- Type: System.Single
- bottomLeftRadius
- Type: System.Single
- bottomRightRadius
- Type: System.Single
See Also