|
|
What is TImageEditor?
TImageEditor is a main visual control of Image Editor Suite. It shows edited image, supports zooming and scrolling and receive all the user keyboard and mouse events. TImageEditor draws nothing itself and delegates the drawing functionality to connected non-visual drawer components. The drawers are connected by published collection-type Drawers property. TImageEditor has several methods and properties to save, load, scale and process image. TImageEditor keeps all drawing context related data itself and drawers just use this data.
|
|