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;} |
Managed Extensions for C++ | |
---|
public: __property Matrix get_Transform();
public: __property void set_Transform(
Matrix value
); |
Return Value
The transformation matrix for this
Transformer.
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also