Raster->context [Archive] - Quintessential Forum

PDA

View Full Version : Raster->context


plover
11-09-2003, 07:27 AM
For vis plug-ins anyway, PluginInfo->context is the HINSTANCE of the plug-in dll. But what is Raster->context? And is it the same for the system Raster object and for those created with opMakeRaster?

Paul
11-09-2003, 07:30 AM
Raster->context is the HBITMAP the Raster is encapsulating.

plover
11-09-2003, 07:41 AM
Thanks. ...