PDF File Writer Class Library - Author Uzi Granot
PdfContentsTranslateScaleRotate Method (PointD, Double, Double) |
Translate, scale and rotate
Namespace: PdfFileWriter
Assembly: PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)

C#
public void TranslateScaleRotate( PointD Orig, double Scale, double Rotate )
Parameters
- Orig
- Type: PdfFileWriterPointD
Origin point - Scale
- Type: SystemDouble
Scale - Rotate
- Type: SystemDouble
Rotate (radians)
