Intersoft ClientUI Documentation
SnapshotElement(UIElement,Transform,Action<SnapshotCallbackData>) Method
See Also  Send Feedback
Intersoft.Client.Framework Namespace > Utility Class > SnapshotElement Method : SnapshotElement(UIElement,Transform,Action<SnapshotCallbackData>) Method






element
transform
callback

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Sub SnapshotElement( _
   ByVal element As UIElement, _
   ByVal transform As Transform, _
   ByVal callback As Action(Of SnapshotCallbackData) _
) 
Visual Basic (Usage)Copy Code
Dim element As UIElement
Dim transform As Transform
Dim callback As Action(Of SnapshotCallbackData)
 
Utility.SnapshotElement(element, transform, callback)
C# 
public static void SnapshotElement( 
   UIElement element,
   Transform transform,
   Action<SnapshotCallbackData> callback
)
Delphi 
public procedure SnapshotElement( 
    element: UIElement;
    transform: Transform;
    callback: Action
); static; 
JScript 
public static function SnapshotElement( 
   element : UIElement,
   transform : Transform,
   callback : Action
);
Managed Extensions for C++ 
public: static void SnapshotElement( 
   UIElement* element,
   Transform* transform,
   Action<SnapshotCallbackData*>* callback
) 
C++/CLI 
public:
static void SnapshotElement( 
   UIElement^ element,
   Transform^ transform,
   Action<SnapshotCallbackData^>^ callback
) 

Parameters

element
transform
callback

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.