XMatrixScale Method (Double, Double)Terminal Works - PDF Printing.Net Library

Note: This API is now obsolete.

Appends the specified scale vector to this matrix.

Namespace: PdfEdit.Drawing
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax

[ObsoleteAttribute("Use ScaleAppend or ScalePrepend explicitly, because in GDI+ and WPF the defaults are contrary.", 
	true)]
public void Scale(
	double scaleX,
	double scaleY
)

Parameters

scaleX
Type: SystemDouble
scaleY
Type: SystemDouble
See Also

Reference