GraphicsPathAddRect Method

Add a rectangle 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 AddRect(
        Rect rect
)

Parameters

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