01-30-2018, 11:17 AM
Hello,
I want to replace some GDI+ code that draw a Bitmap with some modern code Direct2D based. I have to draw points (SetPixel) and closed curves (DrawClosedCurve). I draw sections of a 3d model after a post-processing on an Image control of WPF.
I don't use WPF 2D drawing for performance/aliasing reasons but maybe with Direct2D situation can improve.
I have read that SharpDX support Direct2D so maybe also DXEngine can expose some simple functions to work with it.
Thank you
I want to replace some GDI+ code that draw a Bitmap with some modern code Direct2D based. I have to draw points (SetPixel) and closed curves (DrawClosedCurve). I draw sections of a 3d model after a post-processing on an Image control of WPF.
I don't use WPF 2D drawing for performance/aliasing reasons but maybe with Direct2D situation can improve.
I have read that SharpDX support Direct2D so maybe also DXEngine can expose some simple functions to work with it.
Thank you

