-api-id | -api-type |
---|---|
T:Windows.UI.Xaml.Media.QuadraticBezierSegment |
winrt class |
Creates a quadratic Bezier curve between two points in a PathFigure.
<QuadraticBezierSegment .../>
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.
This example creates a PathGeometry with two PathFigure objects, each of which contains multiple PathSegment objects.
[!code-xamlGeometryOvw7]
PathSegment, Path, PathGeometry, XAML vector-based drawing sample, Draw shapes, Move and draw commands syntax