Canvas.transform

Multiplies the current transformation matrix with the matrix described by its arguments.

struct Canvas
public nothrow @nogc
void
transform
(
float a
,
float b
,
float c
,
float d
,
float e
,
float f
)

Meta