Click or drag to resize

PdfMatrix.ScalingMatrix Method

Creates a PdfMatrix to represent scaling by the specified amounts.

Namespace:  Opait.Pdf.Api
Assembly:  Opait.Pdf.Api (in Opait.Pdf.Api.dll) Version: 1.3.3.0
Syntax
C#
public static PdfMatrix ScalingMatrix(
	double sx,
	double sy
)

Parameters

sx
Type: System.Double
The horizontal scaling.
sy
Type: System.Double
The vertical scaling.

Return Value

Type: PdfMatrix
The scaling matrix.
See Also