Intersoft ClientUI Documentation
GetTransformOrigin Method



The target object.
Gets the render transform origin of an object.
Syntax
Public Shared Function GetTransformOrigin( _
   ByVal obj As DependencyObject _
) As Nullable(Of Point)
Dim obj As DependencyObject
Dim value As Nullable(Of Point)
 
value = ContentTransition.GetTransformOrigin(obj)
public static Nullable<Point> GetTransformOrigin( 
   DependencyObject obj
)
public:
static Nullable<Point> GetTransformOrigin( 
   DependencyObject^ obj
) 

Parameters

obj
The target object.

Return Value

The transform origin of the object.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ContentTransition Class
ContentTransition Members

Send Feedback