LEADTOOLS GDI/GDI+ (Leadtools.Drawing assembly)
LEAD Technologies, Inc

Transform Property






Gets and sets the transformation matrix for this Transformer.
Syntax
public Matrix Transform {get; set;}
'Declaration
 
Public Property Transform As Matrix
'Usage
 
Dim instance As Transformer
Dim value As Matrix
 
instance.Transform = value
 
value = instance.Transform
public Matrix Transform {get; set;}
 get_Transform();
set_Transform(value);
public:
property Matrix^ Transform {
   Matrix^ get();
   void set (    Matrix^ value);
}

Property Value

The transformation matrix for this Transformer.
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

Transformer Class
Transformer Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.