Share via


VisualDiagnosticsOverlay.AddWindowElement(IWindowOverlayElement) Method

Definition

Adds a new drawable element to the overlay.

public:
 override bool AddWindowElement(Microsoft::Maui::IWindowOverlayElement ^ drawable);
public override bool AddWindowElement (Microsoft.Maui.IWindowOverlayElement drawable);
override this.AddWindowElement : Microsoft.Maui.IWindowOverlayElement -> bool
Public Overrides Function AddWindowElement (drawable As IWindowOverlayElement) As Boolean

Parameters

Returns

Boolean indicating if the drawable was added to the collection.

Implements

Applies to