Vector Images

LEADTOOLS provides support for working with vector images. The most extensive support is available in Vector Imaging toolkits.

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

L_2DGetViewMode

L_2DSetViewMode

L_2DGetViewport

L_2DSetViewport

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 L_GetAutoCADFilesColorScheme. To set the color shceme to use, call L_SetAutoCADFilesColorScheme.