LVectorBase::SetUnit

#include "ltwrappr.h"

virtual L_INT LVectorBase::SetUnit(pUnit)

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

Parameters

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 LVectorBase::GetUnit function.

To convert a value of a specific unit to a point unit, or from point unit to other unit, call the LVectorBase::ConvertPointFromUnit or LVectorBase::ConvertPointToUnit function.

Required DLLs and Libraries

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

LEADTOOLS Vector C++ Class Library Help