typedef struct _VECTORUNIT
{
L_INT nSize;
VECTOR_UNIT Unit;
} VECTORUNIT, *pVECTORUNIT;
The VECTORUNIT provides information about the unit type used in the vector toolkit.
Size of this structure. Used for versioning.
Value that represents the unit type. Possible values are:
Value | Meaning |
---|---|
VECTOR_UNIT_INCHES | Unit in Inches |
VECTOR_UNIT_FEET | Unit in Feet |
VECTOR_UNIT_YARDS | Unit in Yards |
VECTOR_UNIT_MILES | Unit in Miles |
VECTOR_UNIT_MICROMETERS | Unit in Micrometers |
VECTOR_UNIT_MILIMETERS | Unit in Millimeters |
VECTOR_UNIT_CENTIMETERS | Unit in Centimeters |
VECTOR_UNIT_METERS | Unit in Meters |
VECTOR_UNIT_KILOMETERS | Unit in Kilometers |
VECTOR_UNIT_TWIPS | Unit in Twips |
VECTOR_UNIT_POINTS | Unit in Points |
VECTOR_UNIT_PIXELS | Unit in Pixels. This is the default value. |
pVECTORUNIT is a pointer to a VECTORUNIT 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