Returns a geometry for a clipping mask. The mask applies if the layout system attempts to arrange an element that is larger than the available display space.

Namespace:  Mindscape.WpfDiagramming.Foundation
Assembly:  Mindscape.WpfDiagramming.Foundation (in Mindscape.WpfDiagramming.Foundation.dll)
Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
protected override Geometry GetLayoutClip(
	Size layoutSlotSize
)
Visual Basic (Declaration)
Protected Overrides Function GetLayoutClip ( _
	layoutSlotSize As Size _
) As Geometry

Parameters

layoutSlotSize
Type: System.Windows..::.Size
The size of the part of the element that does visual presentation.

Return Value

The clipping geometry.

See Also