D2dControl is a WPF Control for Direct2D with SharpDX.
- SharpDX ( >= 3.0.0 )
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.