L_VecInvertColors

#include "lvkrn.h"

L_LVKRN_API L_INT L_VecInvertColors(pVector)

pVECTORHANDLE pVector;

pointer to vector handle

Inverts the colors in the vector handle.

Parameter

Description

pVector

Pointer to a vector handle.

Returns

SUCCESS

The function was successful.

< 1

An error occurred. Refer to Return Codes.

Required DLLs and Libraries

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

Functions:

L_VecGetDisplayOptions, L_VecSetDisplayOptions

Topics:

Modifying Vector Layers

 

Viewing a Vector Image

Example

L_INT VecInvertColorsExample(pVECTORHANDLE pVector) 
{ 
   return L_VecInvertColors( pVector ); 
} 

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
LEADTOOLS Vector C API Help