PdfDevice.SetTransform
PdfDevice.SetTransform method
Specifies the current transform. Since most output formats do not implement this functionality, the inverse transform of the currentTransform is calculated and multiplied by the transform to be set.The result is then forwarded by a call to writeTransform(Transform).
public override void SetTransform(Matrix transform)
Parameter | Type | Description |
---|---|---|
transform | Matrix | Transform to be applied. |
See Also
- class PdfDevice
- namespace Aspose.Page.EPS.Device
- assembly Aspose.Page