TIvoryMapper::Surface

Holds a pointer to the surface of the mapper component.

__property TIvorySurface* Surface;

Description

TIvoryMapper owns an off-screen surface, which can be accessed via the Surface property. The mapper's surface is always auto created, so don't worry about it.

Back to TIvoryMapper