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

Note: This API is now obsolete.

Scales the matrix with the specified scalar.

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

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

Parameters

scaleXY
Type: SystemDouble
See Also

Reference