Geometry.Bounds Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
property Rect Bounds { Rect get(); };
Rect Bounds();
public Rect Bounds { get; }
var rect = geometry.bounds;
Public ReadOnly Property Bounds As Rect
Property Value
The axis-aligned bounding box of the Geometry.