LVectorBase
Description
The LVectorBase class is the main vector class. This class contains the main functionality for dealing with vectors in memory. It includes functions for basic vector transforms such as scaling, translating, and rotating. This class also includes functions for loading vectors from files and saving vectors to files. This class also contains functions for the following:
Modifying vector object characteristics
Copying whole or partial vectors from one object to another
Vector display settings
Converting vectors to or from EMFs and WMFs
Modifying the viewing characteristics such as view mode and view port.
This class is the base class for any vector classes that you wish to derive.
When calling some functions of the LVectorBase LEADTOOLS Class Library classes, the vector data is changed. To be notified of these changes, you can override the LVectorBase::StartChanging and LVectorBase::EndChanging functions. For more information, refer to Bitmap and Vector Change Notifications and Notification Categories.
If you derive a class from LVectorBase, the macros defined in Wrapper Macros may be helpful.
Required Libraries
You must load all required libraries using LBase::LoadLibraries before using the classes.
LVKRN For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application. |
See Also