XGraphicsScaleAtTransform Method (Double, Double, XPoint)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,
	XPoint center
)

Parameters

scaleX
Type: SystemDouble
scaleY
Type: SystemDouble
center
Type: PdfEdit.DrawingXPoint
See Also

Reference