WebPlanner Programmer's Guide

IGraphics.ResetTransform Method

See Also
 


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

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public abstract void ResetTransform ()

Visual Basic  Copy Code

Public MustOverride Sub ResetTransform ()

 See Also