LEADTOOLS GDI/GDI+ (Leadtools.Drawing assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
Transform Property
See Also 



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);
}

Property Value

The transformation matrix for this Transformer.

Requirements

Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also