Windows.UI.Xaml.Media.PolyLineSegment

June 22, 2022 ยท View on GitHub

-description

Represents a set of line segments defined by a Point collection with each Point specifying the end point of a line segment.

-xaml-syntax

<PolyLineSegment .../>

-remarks

-examples

This example creates a PathGeometry with two PathFigure objects, each of which contains multiple PathSegment objects.

[!code-xamlGeometryOvw7]

Various line shapes created by the example

-see-also

PathSegment, PathFigure, PathGeometry, Path, XAML vector-based drawing sample, Draw shapes s.drawing_shapes)