TIvorySurface::DirectDrawClipper

A pointer to the DirectDraw clipper.

__property LPDIRECTDRAWCLIPPER DirectDrawClipper;

Description

DirectDrawClipper only exists in debug mode, and it holds a read-only pointer to the DirectDraw clipper object. Do not use it unless you are absolutely sure what you are doing. DirectDraw clipper is an internal DirectDraw object, and it's unlikely that you need to use it.

Back to TIvorySurface