Declaration
TImageEnVect = class(TImageEnView);
Description
TImageEnVect inherits from
TImageEnView (has all its method and properties), to allow editing of vectorial objects.
It encapsulates a
TImageEnProc (
Proc property) component for image editing/processing and a
TImageEnIO (
IO property). However for loading and saving of vector objects you should use the custom TImageEnVect functions for this.
For rapid UI development a full set of
actions is also available.
Note: For new implementations you should use the
layer functionality, which supports almost all of the functionality of TImageEnVect, but with better performance and other improvements. To learn more about transitioning your code to TIELayers, see
TImageEnVect vs TIELayers.
| Demos\XLegacy_Demos\VectorEditor\Vectorial\Demo.dpr |
Display
User Interaction
Accessing Objects
Editing Objects
Rendering and Copying
Input/Output
Clipboard
Object Properties
Measurement
Grips
Selection
Undo/Redo
Other