Enum GraphicsEngine
Defines the names of the available graphics engines. PlatformDependent means the engine will be determined based on the OS. On Windows the default graphics engine is GDI. On other OS - Skia.
Namespace: Telerik.Drawing.Contract
Assembly: Telerik.Reporting.dll
Syntax
public enum GraphicsEngine
Gdi
Uses the Windows Graphics Device Interface (GDI) for graphics rendering. This engine is optimized for Windows and provides native Windows graphics capabilities.
PlatformDependent
The graphics engine is determined automatically based on the operating system. On Windows, the GDI graphics engine is used. On other operating systems, the Skia graphics engine is used.
Skia
Uses the Skia graphics engine for cross-platform graphics rendering. Skia is a 2D graphics library that provides consistent rendering across different platforms.