Cairo.Context.Scale Method
Modifies the current transformation matrix (CTM) by scaling the X and Y user-space axes by sx and sy respectively.

Syntax

public void Scale (double sx, double sy)

Parameters

sx
scale factor for the X dimension
sy
scale factor for the Y dimension

Remarks

The scaling of the axes takes place after any existing transformation of user space.

Requirements

Namespace: Cairo
Assembly: Mono.Cairo (in Mono.Cairo.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0