Windows.UI.Xaml.Media.PathGeometry

June 22, 2022 ยท View on GitHub

-description

Represents a complex vector-based shape that may be composed of arcs, curves, ellipses, lines, and rectangles.

-xaml-syntax

<PathGeometry>
  oneOrMorePathFigures
</PathGeometry>
-or-
<PathGeometry Figures="moveAndDrawCommands">

-remarks

-examples

-see-also

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

Contents

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