Piccolo.NET

PPaintContext.PushTransform Method 

Pushes the given matrix onto the transform stack.

public virtual void PushTransform(
   PMatrix matrix
);

Parameters

matrix
The matrix to push.

Remarks

This method also applies the matrix to the graphics context and the current local clip. The new local clip is then pushed onto the local clip stack.

See Also

PPaintContext Class | UMD.HCIL.Piccolo.Util Namespace