PathEngine home | previous: | next: |
Query the current rendering viewport size.
void getWindowSize(int32_t& width, int32_t& height) const; |
width | Returns the number of pixels in X. | ||
height | Returns the number of pixels in Y. |
void getWindowSize(out int width, out int height); |
void getWindowSize(int_OutArgument width, int_OutArgument height); |
Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEngine | next: |