Apppends the specified scale about the specified point of this matrix.
Namespace: PdfEdit.Drawing
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax
public void ScaleAtAppend( double scaleX, double scaleY, double centerX, double centerY )
Parameters
- scaleX
- Type: SystemDouble
- scaleY
- Type: SystemDouble
- centerX
- Type: SystemDouble
- centerY
- Type: SystemDouble
See Also