Intersoft ClientUI Documentation
ClipElement Method



Element to be clipped.
Clip the element to its specified dimension.
Syntax
Public Shared Sub ClipElement( _
   ByVal element As FrameworkElement _
) 
Dim element As FrameworkElement
 
Utility.ClipElement(element)
public static void ClipElement( 
   FrameworkElement element
)
public:
static void ClipElement( 
   FrameworkElement^ element
) 

Parameters

element
Element to be clipped.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Utility Class
Utility Members

Send Feedback