Click or drag to resize

PdfMatrixScale Method

Prepends the specified scale about the specified point of this PdfMatrix.

Namespace: SautinSoft.Pdf.Content
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.7.1
Syntax
public void Scale(
	double scaleX,
	double scaleY,
	double centerX = 0,
	double centerY = 0
)

Parameters

scaleX  Double
The x-axis scale factor.
scaleY  Double
The y-axis scale factor.
centerX  Double  (Optional)
The x-coordinate of the point about which the scale operation is performed.
centerY  Double  (Optional)
The y-coordinate of the point about which the scale operation is performed.
See Also