| PdfMatrixScale Method |
Applies the specified scale vector to this PdfMatrix by prepending the scale vector.
Namespace:
Opait.Pdf.Api
Assembly:
Opait.Pdf.Api (in Opait.Pdf.Api.dll) Version: 1.3.3.0
Syntax public PdfMatrix Scale(
double sx,
double sy
)
Parameters
- sx
- Type: SystemDouble
Horizontal scaling. - sy
- Type: SystemDouble
Vertical scaling.
Return Value
Type:
PdfMatrixThe result of the transformation.
See Also