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
)

Parameters

rect
Type: WebSupergoo.WordGlue4Rect
The bounds of the oval.
See Also