TIvorySurface::Width

Determines the width of the surface.

__property int Width;

Description

Use Width to specify the width of the surface. The width can only be set before the creation of the surface. Once you have created a surface, you need to use RecreateOffScreen to change the width. The default value for Width is 640.

Back to TIvorySurface