Overlay.BringToFront Method |
Brings the overlay to the front of the z-order, so it is on top of all other overlays with the same
Parent
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic virtual void BringToFront()
Public Overridable Sub BringToFront
public:
virtual void BringToFront()
abstract BringToFront : unit -> unit
override BringToFront : unit -> unit
See Also