PushTransform Method
PushTransform(TransformMatrix)
Pushes the current state of the DrawingContext transformation matrix on a stack and concatenates the current transform with a new transform.
Declaration
public void PushTransform(TransformMatrix transform)
Parameters
| Type | Name | Description |
|---|---|---|
| TransformMatrix | transform | A transform to concatenate with the current transform. |