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
一个表示 AdornerPanel 的布局剪辑的 Geometry

.NET Framework 安全性

请参见

参考

AdornerPanel 类

Microsoft.Windows.Design.Interaction 命名空间

其他资源

装饰器体系结构

功能提供程序和功能连接器