VisualTreeHelper::GetClip Method (Visual^)

 

Return the clip region of the specified Visual as a Geometry value.

Namespace:   System.Windows.Media
Assembly:  PresentationCore (in PresentationCore.dll)

public:
static Geometry^ GetClip(
	Visual^ reference
)

Parameters

reference
Type: System.Windows.Media::Visual^

The Visual whose clip region value is returned.

Return Value

Type: System.Windows.Media::Geometry^

The clip region value of the Visual returned as a Geometry type.

.NET Framework
Available since 3.0
Return to top
Show: