Intersoft ClientUI Documentation
ClipElement Method
See Also  Send Feedback
Intersoft.Client.Framework Namespace > Utility Class : ClipElement Method






element
Element to be clipped.
Clip the element to its specified dimension.

Syntax

Visual Basic (Declaration) 
Public Shared Sub ClipElement( _
   ByVal element As FrameworkElement _
) 
Visual Basic (Usage)Copy Code
Dim element As FrameworkElement
 
Utility.ClipElement(element)
C# 
public static void ClipElement( 
   FrameworkElement element
)
Delphi 
public procedure ClipElement( 
    element: FrameworkElement
); static; 
JScript 
public static function ClipElement( 
   element : FrameworkElement
);
Managed Extensions for C++ 
public: static void ClipElement( 
   FrameworkElement* element
) 
C++/CLI 
public:
static void ClipElement( 
   FrameworkElement^ element
) 

Parameters

element
Element to be clipped.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.