Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 938 Bytes

pathgeometry.md

File metadata and controls

32 lines (22 loc) · 938 Bytes
-api-id -api-type
T:Windows.UI.Xaml.Media.PathGeometry
winrt class

Windows.UI.Xaml.Media.PathGeometry

-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