←Select platform

DrawEngineType Enumeration

Summary

Draw engine type.

Syntax
C#
VB
C++
public enum DrawEngineType 
Public Enum DrawEngineType 
public: 
   enum class DrawEngineType sealed 
Members
ValueMemberDescription
0DefaultEngineIn 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.
1MultiplatformThis 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.
Remarks

Refer to LEADTOOLS Drawing Engine and Multi-Platform Consideration for more information.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

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