Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 614 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 614 Bytes

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.