Click or drag to resize
CanvasPathBuilderSetSegmentOptions Method
Specifies stroke and join options to be applied to new segments added to the path builder.

Namespace:  Microsoft.Graphics.Canvas.Geometry
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public void SetSegmentOptions(
	CanvasFigureSegmentOptions figureSegmentOptions
)

Parameters

figureSegmentOptions
Type: Microsoft.Graphics.Canvas.GeometryCanvasFigureSegmentOptions
See Also