Intersoft ClientUI Documentation
GetTransformOrigin Method
See Also  Send Feedback
Intersoft.Client.UI.Controls Namespace > ContentTransition Class : GetTransformOrigin Method






obj
The target object.
Gets the render transform origin of an object.

Syntax

Visual Basic (Declaration) 
Public Shared Function GetTransformOrigin( _
   ByVal obj As DependencyObject _
) As Nullable(Of Point)
Visual Basic (Usage)Copy Code
Dim obj As DependencyObject
Dim value As Nullable(Of Point)
 
value = ContentTransition.GetTransformOrigin(obj)
C# 
public static Nullable<Point> GetTransformOrigin( 
   DependencyObject obj
)
Delphi 
public function GetTransformOrigin( 
    obj: DependencyObject
): Nullable; static; 
JScript 
public static function GetTransformOrigin( 
   obj : DependencyObject
) : Nullable;
Managed Extensions for C++ 
public: static Nullable<Point> GetTransformOrigin( 
   DependencyObject* obj
) 
C++/CLI 
public:
static Nullable<Point> GetTransformOrigin( 
   DependencyObject^ obj
) 

Parameters

obj
The target object.

Return Value

The transform origin of the object.

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.