We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With 2024 Q3 the clients can switch the graphics engine (GDI <-> Skia) at runtime.
Telerik.Drawing.Contract.DrawingFactory.CurrentGraphicsEngine = GraphicsEngine.Skia; or Telerik.Drawing.Contract.DrawingFactory.CurrentGraphicsEngine = GraphicsEngine.Gdi;
The text was updated successfully, but these errors were encountered:
docs: added info for Skia switch in SRD.NET
9843357
refs: #1457
eeda9b2
refs: #1457 chore: added printing info
docs: added info for Skia switch in SRD.NET (#1462)
22bb8e8
ighristov
No branches or pull requests
With 2024 Q3 the clients can switch the graphics engine (GDI <-> Skia) at runtime.
The text was updated successfully, but these errors were encountered: