Windows.UI.Xaml.Media.RectangleGeometry

June 22, 2022 · View on GitHub

-description

Describes a two-dimensional rectangular geometry.

-xaml-syntax

<RectangleGeometry .../>

-remarks

-examples

This example shows how to create and render a RectangleGeometry object. The position and dimensions of the rectangle are defined by a Rect property value, provided as an attribute. The position is (50,50) and the height and width are both 25, which creates a square.

[!code-xamlGeometryOvw3]

-see-also

Geometry