PostScriptDevice.origin

void origin(out int x, out int y)

Gets the current drawing origin.

Parameters

xOutput: X coordinate
yOutput: Y coordinate
void origin(int x, int y)

Sets the drawing origin.

Parameters

xX coordinate
yY coordinate