Click or drag to resize
ICanvasPathReceiverSetSegmentOptions Method
Indicates, to the app, the segment and join options which are applied to subsequent segments.

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

Parameters

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