Changes the currently used unit type in the vector toolkit to another type. This function is available in the LEADTOOLS Vector Imaging Pro Toolkit.
#include "ltvkrn.h"
L_LVKRN_API L_INT L_VecSetUnit(pVector, pUnit)
Pointer to a vector handle.
Pointer to the VECTORUNIT structure that contains the unit type to be used in the vector toolkit.
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
1 | An error occurred. Refer to Return Codes. |
To retrieve the currently used unit type in the vector toolkit, call the L_VecGetUnit function.
To convert a value of a specific unit to a point unit, or from point unit to other unit, call the L_VecConvertPointFromUnitor L_VecConvertPointToUnit function.
For an example, refer to L_VecConvertPointToUnit.