WebPlanner Programmer's Guide

GdiGraphics.ResetTransform Method

See Also
 


Resets the world transformation matrix of this GdiGraphics object to the identity matrix.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public virtual void ResetTransform ()

Visual Basic  Copy Code

Public Overridable Sub ResetTransform ()

 See Also