Piccolo.NET

PPaintContext.PopTransform Method 

Pops a matrix from the transform stack.

public virtual void PopTransform(
   PMatrix matrix
);

Parameters

matrix
The matrix to pop.

Remarks

This method also pops a clip from the local clip stack.

See Also

PPaintContext Class | UMD.HCIL.Piccolo.Util Namespace