Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.75 KB

pathsegment.md

File metadata and controls

35 lines (23 loc) · 1.75 KB
-api-id -api-type
T:Windows.UI.Xaml.Media.PathSegment
winrt class

Windows.UI.Xaml.Media.PathSegment

-description

Represents a segment of a PathFigure object. Derived classes of PathFigure describe different types of segments.

-remarks

PathSegmentCollection is a strongly typed collection for PathSegment items. PathSegmentCollection is the type used by the PathFigure.Segments property. In XAML, specify one or more of the element types that derive from PathSegment for this property.

PathSegment derived classes

PathSegment is the parent class for several derived classes that define different categories of geometry segments in a PathFigure:

-examples

-see-also

DependencyObject, ArcSegment, BezierSegment, LineSegment, PolyBezierSegment, PolyQuadraticBezierSegment, QuadraticBezierSegment, XAML vector-based drawing sample, Draw shapes