In This Topic ▼

LVectorBase

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 C++ 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

Class Members, Class Hierarchy Chart, Derived Classes

Related Topics

Class Members
Derived Classes
Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Vector C++ Class Library Help