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






obj
The target object.
value
The new transform origin.
Sets the render transform origin to an object.

Syntax

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

Parameters

obj
The target object.
value
The new transform origin.

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.