typedef enum L_DrawEngineType
{
L_DrawEngineType_Default,
L_DrawEngineType_Multiplatform,
} L_DrawEngineType;
Enumeration values that indicate the draw engine type.
[0] In the Windows Desktop environment, this is an internal rendering engine that uses Windows GDI/GDI+. This engine produces the fastest results for Windows and is used as the default engine in this version of LEADTOOLS.
In the other platform environments, this is the same as the L_DrawEngineType_Multiplatform
.
[1] This is an internal rendering engine that uses code independent of the operating system. Using this engine will always produce the same exact results across all platform. Currently, this is based on the OpenGL and FreeType libraries.
This enumeration is used as the type for the EngineType
member of L_DrawEngineOptions.
Refer to LEADTOOLS Drawing Engine and Multi-Platform Consideration for more information.
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