LAnnPolyRuler::SetUnit

Summary

Sets the unit of measurement for the rulers used by those objects that use rulers.

Syntax

#include "ltwrappr.h"

virtual L_INT LAnnPolyRuler::SetUnit(uUnit, pUnitAbbrev, uPrecision, uFlags)

Parameters

L_UINT uUnit

The unit of measure of the ruler. Possible values are:

Value Meaning
ANNUNIT_INCH [0x0000] inches
ANNUNIT_FEET [0x0001] feet
ANNUNIT_YARDS [0x0002] yards
ANNUNIT_MICROMETERS [0x0003] micrometers
ANNUNIT_MILLIMETERS [0x0004] millimeters
ANNUNIT_CENTIMETERS [0x0005] centimeters
ANNUNIT_METERS [0x0006] meters
ANNUNIT_TWIPS [0x0007] twips
ANNUNIT_POINTS [0x0008] points
ANNUNIT_PIXELS [0x0009] pixels
ANNUNIT_SMART_METRIC [0x000A] Smart Metric
ANNUNIT_SMART_ENGLISH [0x000B] Smart English

L_TCHAR * pUnitAbbrev

Character string containing the unit abbreviation string to be displayed after the distance. You can pass NULL to get the default abbreviations for the current unit of measurement.

L_UINT uPrecision

Number of digits to be displayed after the decimal place.

L_UINT uFlags

Reserved for future versions, use 0.

Returns

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

Comments

The following annotation objects utilize one or more rulers as part of the annotation:

In addition, the Polyruler object (ANNOBJECT_POLYRULER) stores default ruler settings along with the other object default settings.

To determine the unit of measure for each ruler as well as its precision, call the LAnnAutomation::GetUnit function. The default unit of measure for Ruler, Polyruler, and Crossproduct objects is Smart English. With the smart units, the unit changes with the length. For example, if the length is 11 inches (assuming the default precision of 2 is being used), "11.00 in" displays whereas if the length is 15 inches, "1 ft 3.00 in" displays. Call the LAnnAutomation::SetUnit function to set the unit of measurement and its precision for the ruler. The precision indicates how many digits to display to the right of the decimal point in the length.

Required DLLs and Libraries

Platforms

Win32, x64.

See Also

Functions

Topics

Example

For an example, refer to LAnnPolyRuler::GetDistance

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

LEADTOOLS Raster Imaging C++ Class Library Help

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