Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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;}
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 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also