dalance / D2dControl

WPF Control for Direct2D with SharpDX

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

D2dControl

Build status

D2dControl is a WPF Control for Direct2D with SharpDX.

Install

Download from nuget

Dependencies

  • SharpDX ( >= 3.0.0 )

Usage

Create a class derived from D2dControl.D2dControl, and override Render method. In Render method, you can use SharpDX.Direct2D1.RenderTarget for calling Direct2D functions. See sample project for details.

About

WPF Control for Direct2D with SharpDX

License:MIT License


Languages

Language:C# 100.0%