PostScriptDevice.origin
void origin(out int x, out int y)Gets the current drawing origin.
Parameters
x | Output: X coordinate |
y | Output: Y coordinate |
void origin(int x, int y)Sets the drawing origin.
Parameters
x | X coordinate |
y | Y coordinate |
void origin(out int x, out int y)Gets the current drawing origin.
x | Output: X coordinate |
y | Output: Y coordinate |
void origin(int x, int y)Sets the drawing origin.
x | X coordinate |
y | Y coordinate |