D2dControl icon indicating copy to clipboard operation
D2dControl copied to clipboard

WPF Control for Direct2D with SharpDX

Results 4 D2dControl issues
Sort by recently updated
recently updated
newest added

ListViewのアイテムとして使用したところ、スクロールするとD2dControlの中でNullReferenceExceptionが発生しました。 * スタックトレース ``` D2dControl.dll!D2dControl.D2dControl.CreateAndBindTargets() 不明 D2dControl.dll!D2dControl.D2dControl.OnRenderSizeChanged(System.Windows.SizeChangedInfo sizeInfo) 不明 PresentationCore.dll!System.Windows.ContextLayoutManager.fireSizeChangedEvents() 不明 PresentationCore.dll!System.Windows.ContextLayoutManager.UpdateLayout() 不明 PresentationCore.dll!System.Windows.UIElement.UpdateLayout() 不明 PresentationFramework.dll!System.Windows.Controls.VirtualizingStackPanel.InitializeViewport.AnonymousMethod__0() 不明 ``` * サンプルアプリのコード https://gist.github.com/rakka74/759019690cc4936be88f606fa02733b0 ListViewのVirtualizingPanel.VirtualizationMode="Recycling"を削除すると例外は出なくなりました。 * 動作環境 * OS: Windows 7 Home Premium...

Hey, in order to load textures and render bitmaps in 2D need to make the device accessible in your control.

The memory usage will increase absurdly without stopping while you resize the window. I created a WPF C# project in Visual Studio 2015 Update 3, using .NET Framework 4.5.2 on...

This is a great project and I know most dx11 under WPF implementations have this issue, but is there a way to fix any of these two issues: - Sometimes...