typedef struct tagANNRULERUNIT
{
L_UINT uStructSize;
L_UINT uUnit;
L_TCHAR *pAbbrev;
L_UINT uPrecision;
} ANNRULERUNIT, *pANNRULERUNIT;
The ANNRULERUNIT structure contains information about the changes to be made in automated mode to the specified object.
Size of the ANNRULERUNIT structure. Use sizeof(ANNRULERUNIT).
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_DISPLAY | [0x000C] Display (1/100 inch) |
ANNUNIT_PIXELS | [0x000D] Document (1/300 inch) |
Address of the character string containing the unit abbreviation string to be displayed after the distance.
Number of digits to be displayed after the decimal place.
This structure is part of the union of the ANNCHANGEPARAM structure.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document