Windows.UI.Xaml.Media.GeometryGroup

June 22, 2022 ยท View on GitHub

-description

Represents a composite geometry, composed of other Geometry objects.

-xaml-syntax

<GeometryGroup>
  oneOrMoreGeometries
</GeometryGroup>

-remarks

-examples

Composite geometry objects can be created using a GeometryGroup. The GeometryGroup object creates an amalgamation of the Geometry objects it contains without combining their area. Any number of Geometry objects can be added to a GeometryGroup. This example uses a GeometryGroup to create a composite geometry.

[!code-xamlGeometryOvw8]

-see-also

Geometry