Namespace Telerik.Drawing.Contract
Classes
Class for loading and initializing the current drawing factory based on the configured graphics engine. The drawing factory has two implementations: GDI and Skia, which are accessible through common interface. |
Enums
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. |