XGraphicsScaleAtTransform Method (Double, Double, Double, Double)Terminal Works - PDF Printing.Net Library
Applies the specified scaling operation to the transformation matrix of this object by prepending it to the object's transformation matrix.

Namespace: PdfEdit.Drawing
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax

public void ScaleAtTransform(
	double scaleX,
	double scaleY,
	double centerX,
	double centerY
)

Parameters

scaleX
Type: SystemDouble
scaleY
Type: SystemDouble
centerX
Type: SystemDouble
centerY
Type: SystemDouble
See Also

Reference