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.

  1. Transform2D canvasTransform [@property getter]
    struct Viewport
    @nogc nothrow @property
    Transform2D
    canvasTransform
    ()
  2. Transform2D canvasTransform [@property setter]

Meta