Method PushTransform
PushTransform(TransformMatrix)
Pushes the current state of the Graphics transformation matrix on a stack and concatenates the current transform with a new transform.
void PushTransform(TransformMatrix transform)
Parameters
transform
TransformMatrixA transform to concatenate with the current transform.