PdfContents.TranslateScaleRotate Method (PointD, Double, Double)

PDF File Writer

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)
Syntax
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)
See Also