Content |
Modify the current transform matrix by concatenating the specified matrix.
public void Transform( AffineTransform transform )
| Exception | Condition |
|---|---|
| InvalidOperationException | if the document associated with the content has already been closed |
| InvalidOperationException | if the page/group associated with the content has already been closed |
| InvalidOperationException | if the content object has already been closed |
| InvalidOperationException | if the object has already been closed |
| ArgumentException | if the transform object has already been closed |
| ArgumentException | if the transform is non-invertible |