| Visual Basic (Declaration) | |
|---|---|
Public Overridable Sub ResetTransform() | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public virtual void ResetTransform() | |
| C++/CLI | |
|---|---|
public: virtual void ResetTransform(); | |
For an example, refer to AnnObject.Transform.
After calling this method, the AnnObject.Transform matrix value of this AnnObject will be set back to an identity matrix.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code