Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.57 KB

quadraticbeziersegment.md

File metadata and controls

36 lines (22 loc) · 1.57 KB
-api-id -api-type
T:Windows.UI.Xaml.Media.QuadraticBezierSegment
winrt class

Windows.UI.Xaml.Media.QuadraticBezierSegment

-description

Creates a quadratic Bezier curve between two points in a PathFigure.

-xaml-syntax

<QuadraticBezierSegment .../>

-remarks

This class is relevant for setting the vector data for either a Path or a PathIcon.

Rather than creating an instance or an object element, you can also define a QuadraticBezierSegment as part of a vector within the string for a Move and draw commands syntax.

-examples

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

[!code-xamlGeometryOvw7]

-see-also

PathSegment, Path, PathGeometry, XAML vector-based drawing sample, Draw shapes, Move and draw commands syntax