GraphicsPathAddRoundRect Method
|
Add a rectangle with rounded corners, as a
closed subpath.
Namespace: WebSupergoo.WordGlue4.Rendering
Assembly: WordGlue4 (in WordGlue4.dll)
Version: 4.1.0.0 (4.1.0.0)
Syntax
public void AddRoundRect(
Rect rect,
double radius
)
Public Sub AddRoundRect (
rect As Rect,
radius As Double
)
member AddRoundRect :
rect : Rect *
radius : float -> unit
Parameters
- rect
- Type: WebSupergoo.WordGlue4Rect
The bounds of the rectangle.
- radius
- Type: SystemDouble
The radius of the rounded corners.
See Also