Gets and sets the transformation matrix for this
Transformer.
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.