Intersoft ClientUI Documentation
FastVisualSnapshot Method
See Also  Send Feedback
Intersoft.Client.Framework Namespace > CrossPlatform Class : FastVisualSnapshot Method






element

Syntax

Visual Basic (Declaration) 
Public Shared Function FastVisualSnapshot( _
   ByVal element As UIElement _
) As BitmapSource
Visual Basic (Usage)Copy Code
Dim element As UIElement
Dim value As BitmapSource
 
value = CrossPlatform.FastVisualSnapshot(element)
C# 
public static BitmapSource FastVisualSnapshot( 
   UIElement element
)
Delphi 
public function FastVisualSnapshot( 
    element: UIElement
): BitmapSource; static; 
JScript 
public static function FastVisualSnapshot( 
   element : UIElement
) : BitmapSource;
Managed Extensions for C++ 
public: static BitmapSource* FastVisualSnapshot( 
   UIElement* element
) 
C++/CLI 
public:
static BitmapSource^ FastVisualSnapshot( 
   UIElement^ element
) 

Parameters

element

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.