Skip to content

dalance/D2dControl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages