Re: g.ResetTransform() != g.Transform.Reset() ?

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: n! (nfactorial_at_nomailplease.com)
Date: 02/16/04


Date: Mon, 16 Feb 2004 17:38:33 -0000


> is a value type, which means it is passed by value.

duh!

Well, that doesn't say much :) I think my fingers ran off on me there (they
do that sometimes), sorry.

Basically, Matrix is a struct and all structs are value types.

n!