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






element
Element that going to be captured as bitmap.
Gets writeable bitmap from specified element.

Syntax

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

Parameters

element
Element that going to be captured as bitmap.

Return Value

Bitmap of the specified 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.