ICanvas.move

Move the visibility port to the specified coordinates.

interface ICanvas
@safe
void
move
(
int x
,
int y
)

Parameters

x int

Port x-axis position.

y int

Port y-axis position.

Meta