共用方式為


IWindowOverlayElement 介面

定義

在 IWindowOverlay 上方繪製的專案。

public interface class IWindowOverlayElement : Microsoft::Maui::Graphics::IDrawable
public interface IWindowOverlayElement : Microsoft.Maui.Graphics.IDrawable
type IWindowOverlayElement = interface
    interface IDrawable
Public Interface IWindowOverlayElement
Implements IDrawable
衍生
實作

方法

Contains(Point)

如果視窗重迭專案中包含的指定點,取得的布林值。

Draw(ICanvas, RectF)

在 IWindowOverlay 上方繪製的專案。

(繼承來源 IDrawable)

適用於