Prepends the specified scale about the specified point of this
PdfMatrix.
Namespace: SautinSoft.Pdf.ContentAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.7.1
Syntaxpublic void Scale(
double scaleX,
double scaleY,
double centerX = 0,
double centerY = 0
)
Public Sub Scale (
scaleX As Double,
scaleY As Double,
Optional centerX As Double = 0,
Optional centerY As Double = 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