CanvasGeometryStroke Method (Single) |
Returns a geometry equivalent to a stroked area of this geometry, with the specified stroke width and a default stroke style.
Namespace:
Microsoft.Graphics.Canvas.Geometry
Assembly:
Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax public CanvasGeometry Stroke(
float strokeWidth
)
Parameters
- strokeWidth
- Type: SystemSingle
Return Value
Type:
CanvasGeometryRemarks See Also