CanvasGeometry.Stroke 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
Syntaxpublic CanvasGeometry Stroke(
float strokeWidth
)
Parameters
- strokeWidth
- Type: System.Single
Return Value
Type:
CanvasGeometry
Remarks
See Also