CanvasItem.drawSetTransform

Sets a custom transform for drawing via components. Anything drawn afterwards will be transformed by this.

struct CanvasItem
@nogc nothrow
void
drawSetTransform
(
in Vector2 position
,
in double rotation
,
in Vector2 scale
)

Meta