Info
Version: | 2.8.3 |
Author(s): | Eto.Direct2D |
Last Update: | Monday, March 11, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/picoe/Eto |
NuGet Url: | https://www.nuget.org/packages/Eto.Platform.Direct2D |
Install
Install-Package Eto.Platform.Direct2D
dotnet add package Eto.Platform.Direct2D
paket add Eto.Platform.Direct2D
Eto.Platform.Direct2D Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
- Eto.Platform.Windows(>= 2.5.10)
- Eto.Forms(>= 2.5.10)
- SharpDX.Direct2D1(>= 4.2.0)
- SharpDX.Mathematics(>= 4.2.0)
- Eto.Platform.Windows(>= 2.5.10)
- Eto.Forms(>= 2.5.10)
- SharpDX.Direct2D1(>= 4.2.0)
- SharpDX.Mathematics(>= 4.2.0)
Tags
Include this along with your Eto.Forms application to provide a WinForms interface with Direct2D drawing for your windows users.
The Direct2D platform allows for increased performance when custom drawing by using the GPU.
This does not affect the behaviour or performance of regular controls, which will use the Windows Forms platform.
You do not need to use any of the classes of this assembly (unless customizing the functionality of the platform), and should just use the UI controls from the Eto assembly.