Click or drag to resize
CanvasGeometryStroke Method (Single, CanvasStrokeStyle)
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
C#
public CanvasGeometry Stroke(
	float strokeWidth,
	CanvasStrokeStyle strokeStyle
)

Parameters

strokeWidth
Type: SystemSingle
strokeStyle
Type: Microsoft.Graphics.Canvas.GeometryCanvasStrokeStyle

Return Value

Type: CanvasGeometry
Remarks
Uses the default flattening tolerance and identity transform applied to the input geometry.
See Also