Vector Images

LEADTOOLS provides support for working with vector images. The most extensive support is available in selected products only.

When working with Vector files, you can use the Vector features, available in selected products, or you can use the Class Library. If you use the Class Library for loading, using the standard loading functions, you can modify the view port and view mode using the following functions:

LFileSettings::GetViewMode2D

LFileSettings::SetViewMode2D

LFileSettings::GetViewport2D

LFileSettings::SetViewport2D

LEADTOOLS lets you set the color scheme to use when loading AutoCAD files (DXF and DWG). These files can be loaded either Black on White or White on Black. To determine the current color scheme being used by LEADTOOLS, call LFileSettings::GetAutoCADFilesColorScheme. To set the color shceme to use, call LFileSettings::SetAutoCADFilesColorScheme.