Widen Method (GraphicsPath)
In This Topic
Replaces this path with sequence of connected line segments that enclose the area.
Syntax
'Declaration
Public Sub Widen( _
ByVal As Single _
)
public void Widen(
float
)
Parameters
- width
- Specifies the maximum permitted error between the curve and its flattened approximation.
See Also