Function Viewport.canvasTransform

The canvas transform of the viewport, useful for changing the on-screen positions of all child CanvasItems. This is relative to the global canvas transform of the viewport.

Transform2D canvasTransform() nothrow @property @nogc;

void canvasTransform (
  Transform2D v
) nothrow @property @nogc;