Draw engine type.
public enum DrawEngineType
Public Enum DrawEngineType
public:
enum class DrawEngineType sealed
Value | Member | Description |
---|---|---|
0 | DefaultEngine | 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 other platform environments, DrawEngineType.DefaultEngine is the same as DrawEngineType.Multiplatform . |
1 | Multiplatform | This is an internal rendering engine that uses code independent of the operating system. Using this engine will always produce the same exact results on all platforms. Currently, this engine is based on the OpenGL and FreeType libraries. |
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