Compartir a través de


WindowOverlay.AddWindowElement(IWindowOverlayElement) Método

Definición

Agrega un nuevo elemento dibujable a la superposición.

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

Parámetros

Devoluciones

Boolean que indica si se agregó el drawable a la colección.

Implementaciones

Se aplica a