Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfGraphics.ScaleTransform(Single, Single) Method

Scales the coordinate system according to the specified scale factor.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.1.Drawing.dll

Declaration

public void ScaleTransform(
    float sx,
    float sy
)

Parameters

Name Type Description
sx Single

Scale factor in the x direction.

sy Single

Scale factor in the y direction.

See Also