Gets the bounds of the geometry after it has been widened by the specified stroke width and style and transformed by the specified matrix.
'Declaration
Public Overloads Function GetWidenedBounds( _
ByVal As System.Single, _
ByVal As StrokeStyle, _
ByVal As System.Single _
) As RectF
public RectF GetWidenedBounds(
System.float ,
StrokeStyle ,
System.float
)
Parameters
- strokeWidth
- The amount by which to widen the geometry by stroking its outline.
- strokeStyle
- The style of the stroke that widens the geometry.
- flatteningTolerance
- The maximum bounds on the distance between points in the polygonal approximation of the geometry. Smaller values produce more accurate results but cause slower execution.
Return Value
When this method returns, contains the bounds of the widened geometry. You must allocate storage for this parameter.