共用方式為


AdornerPanel.GetLayoutClip 方法

傳回 AdornerPanel 的配置裁剪。

命名空間:  Microsoft.Windows.Design.Interaction
組件:  Microsoft.Windows.Design.Interaction (在 Microsoft.Windows.Design.Interaction.dll 中)

語法

'宣告
Protected Overrides Function GetLayoutClip ( _
    layoutSlotSize As Size _
) As Geometry
protected override Geometry GetLayoutClip(
    Size layoutSlotSize
)
protected:
virtual Geometry^ GetLayoutClip(
    Size layoutSlotSize
) override
abstract GetLayoutClip : 
        layoutSlotSize:Size -> Geometry 
override GetLayoutClip : 
        layoutSlotSize:Size -> Geometry 
protected override function GetLayoutClip(
    layoutSlotSize : Size
) : Geometry

參數

傳回值

型別:System.Windows.Media.Geometry
Geometry ,表示 AdornerPanel 的配置裁剪。

.NET Framework 安全性

請參閱

參考

AdornerPanel 類別

Microsoft.Windows.Design.Interaction 命名空間

其他資源

裝飾項架構

功能提供者和功能連接器