Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.10.23
LEADTOOLS Vector C++ Class Library Help

LVectorBase::GetUnit

Show in webframe

#include "ltwrappr.h"

virtual L_INT LVectorBase::GetUnit(pUnit)

pVECTORUNIT pUnit;

/* pointer to a VECTORUNIT structure */

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

Parameter

Description

pUnit

Pointer to the VECTORUNIT structure to be updated with the currently used unit type in the vector toolkit.

Returns

SUCCESS

The function was successful.

< 1

An error occurred. Refer to Return Codes.

Comments

To change the currently used unit type in the vector toolkit to another type, call the LVectorBase::SetUnit 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

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:

LVectorBase::ConvertPointToUnit, LVectorBase::ConvertPointFromUnit, LVectorBase::SetUnit

Topics:

Vector Units Conversion

 

Vector Images: Vector Units

Example

For an example, refer to LVectorBase::ConvertPointFromUnit.

Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.