Gets the bounds of the overlay relative to its parent.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public virtual BoundingRectangle Bounds { get; }
Public Overridable ReadOnly Property Bounds As BoundingRectangle
Get
public:
virtual property BoundingRectangle Bounds {
BoundingRectangle get ();
}
abstract Bounds : BoundingRectangle with get
override Bounds : BoundingRectangle with get
Property Value
Type:
BoundingRectangleSee Also