L_VecSetUnit

Summary

Changes the currently used unit type in the vector toolkit to another type. This function is available in the LEADTOOLS Vector Imaging Pro Toolkit.

Syntax

#include "ltvkrn.h"

L_LVKRN_API L_INT L_VecSetUnit(pVector, pUnit)

Parameters

pVECTORHANDLE pVector

Pointer to a vector handle.

const pVECTORUNIT pUnit

Pointer to the VECTORUNIT structure that contains the unit type to be used in the vector toolkit.

Returns

Value Meaning
SUCCESS The function was successful.
1 An error occurred. Refer to Return Codes.

Comments

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.

Required DLLs and Libraries

See Also

Functions

Topics

Example

For an example, refer to L_VecConvertPointToUnit.

Help Version 22.0.2022.12.7
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Vector C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.