Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 948 Bytes

geometrygroup.md

File metadata and controls

35 lines (22 loc) · 948 Bytes
-api-id -api-type
T:Windows.UI.Xaml.Media.GeometryGroup
winrt class

Windows.UI.Xaml.Media.GeometryGroup

-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