Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.3.5
Transform Property
See Also 
Leadtools Namespace > Transformer Class : Transform Property




Gets and sets the transformation matrix for this Transformer.

Syntax

Visual Basic (Declaration) 
Public Property Transform As Matrix
Visual Basic (Usage)Copy Code
Dim instance As Transformer
Dim value As Matrix
 
instance.Transform = value
 
value = instance.Transform
C# 
public Matrix Transform {get; set;}
Managed Extensions for C++ 
public: __property Matrix get_Transform();
public: __property void set_Transform( 
   Matrix value
);
C++/CLI 
public:
property Matrix Transform {
   Matrix get();
   void set (Matrix value);
}

Return Value

The transformation matrix for this Transformer.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also