klyn.gui.windows.Painter.transform
method
public transform(a as Double, b as Double, c as Double, d as Double, e as Double, f as Double) as Void:
Description
Applies an affine transform to the current matrix.
painter.transform(1.0, 0.0, 0.0, 1.0, 20.0, 10.0)