Error processing SSI file
LEADTOOLS GDI/GDI+ (Leadtools.Drawing assembly)

Show in webframe

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:
property Matrix^ Transform {
   Matrix^ get();
   void set (    Matrix^ value);
}

Property Value

The transformation matrix for this Transformer.
Requirements

Target Platforms

See Also

Reference

Transformer Class
Transformer Members

Error processing SSI file