CanvasGeometryComputeStrokeBounds Method (Single) |
Returns the bounds of a stroked area of this geometry, with the specified stroke width.
Namespace:
Microsoft.Graphics.Canvas.Geometry
Assembly:
Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax public Rect ComputeStrokeBounds(
float strokeWidth
)
Parameters
- strokeWidth
- Type: SystemSingle
Return Value
Type:
RectRemarks See Also