Windows.UI.Xaml.Media.PolyBezierSegment

June 22, 2022 · View on GitHub

-description

Represents one or more cubic Bezier curves.

-xaml-syntax

<PolyBezierSegment .../>

-remarks

-examples

This example shows how to use a PolyBezierSegment to create a series of curves.

[!code-xamlPolyBezierSegment]

-see-also

PathSegment, Path, PathGeometry, XAML vector-based drawing sample, Draw shapes

Contents

  1. 1-description
  2. 2-xaml-syntax
  3. 3-remarks
  4. 4-examples
  5. 5-see-also