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.

Definition

Namespace:Telerik.Drawing.Contract

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
public enum GraphicsEngine

Fields

Gdi

Uses the Windows Graphics Device Interface (GDI) for graphics rendering. This engine is optimized for Windows and provides native Windows graphics capabilities.

Declaration

cs-api-definition
Gdi = 1

Field Value

GraphicsEngine

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.

Declaration

cs-api-definition
[Browsable(false)]
PlatformDependent = 0

Field Value

GraphicsEngine

Skia

Uses the Skia graphics engine for cross-platform graphics rendering. Skia is a 2D graphics library that provides consistent rendering across different platforms.

Declaration

cs-api-definition
Skia = 2

Field Value

GraphicsEngine

In this article
DefinitionFieldsGdiPlatformDependentSkia
Not finding the help you need?
Contact Support