TIvorySurface::DirectDrawSurface

A pointer to the DirectDraw surface.

__property LPDIRECTDRAWSURFACE DirectDrawSurface;

Description

DirectDrawSurface is a read-only pointer to the DirectDraw surface object. Do not use it unless you are absolutely sure what you are doing. DirectDraw surface is an internal DirectDraw object, and most users won't need to use it.

Back to TIvorySurface