GraphicsPathAddOval Method
|
Add an oval 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 AddOval(
Rect rect
)
Public Sub AddOval (
rect As Rect
)
member AddOval :
rect : Rect -> unit
Parameters
- rect
- Type: WebSupergoo.WordGlue4Rect
The bounds of the oval.
See Also