OverlayControlBounds Property |
Gets the bounds of the overlay in coordinates relative to the overall
Insight3D
control.
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 ControlBounds { get; }
Public Overridable ReadOnly Property ControlBounds As BoundingRectangle
Get
public:
virtual property BoundingRectangle ControlBounds {
BoundingRectangle get ();
}
abstract ControlBounds : BoundingRectangle with get
override ControlBounds : BoundingRectangle with get
Property Value
Type:
BoundingRectangleSee Also