TIvoryDraw::VideoMode

Determines the size of the screen.

__property TIvoryVideoMode VideoMode;

Description

Use VideoMode to determine or set the size of the screen in exclusive mode, or the size of the application window in debug mode. VideoMode can be one the following values:

ivm640x480640x480 pixels, 256 colors
ivm800x600800x600 pixels, 256 colors
ivm1024x7681024x768 pixels, 256 colors

VideoMode can only be set before Ivory Draw is activated.

Back to TIvoryDraw