GraphicsPathGetBounds Method

Get the bounds of the GraphicsPath.

 

Namespace:  WebSupergoo.WordGlue4.Rendering
Assembly:  WordGlue4 (in WordGlue4.dll) Version: 4.1.0.0 (4.1.0.0)
Syntax
public Rect GetBounds(
        double lineWidth
)

Parameters

lineWidth
Type: SystemDouble
Expand the bounds to encopass stroking with a specified line width.

Return Value

Type: Rect
The bounding rectangle.
See Also