|
|
What is TPluginDrawer?
Drawers save nothing within itself and must use DrawerData and DrawerObject properties if TImageEditor to store all drawing-related data. This allows to place all drawing functionality inside external DLL. Image Editor Suite has TPluginDrawer - special drawer component which allows to use external drawer DLLs with easy. This component has the only new property - Dll which contain the DLL name, and, of course, all the standard events for changing functionality of pluging in your application.
|
|