AdornerPanel.GetLayoutClip Method
Returns the layout clip of the AdornerPanel.
Namespace: Microsoft.Windows.Design.Interaction
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
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
Parameters
- layoutSlotSize
Type: System.Windows.Size
The size of the AdornerPanel.
Return Value
Type: System.Windows.Media.Geometry
A Geometry that represents the layout clip of the AdornerPanel.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design.Interaction Namespace