The ResetTransform Method is available in LEADTOOLS Document and Medical Imaging toolkits.
Resets the transformation matrix of this AnnObject.| Visual Basic (Declaration) | |
|---|---|
Public Overridable Sub ResetTransform() | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As AnnObject instance.ResetTransform() | |
| C# | |
|---|---|
public virtual void ResetTransform() | |
| C++/CLI | |
|---|---|
public: virtual void ResetTransform(); | |
For an example, refer to Transform.
After calling this method, the Transform matrix value of this AnnObject will be set back to an identity matrix.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code