DXControl
DXControl copied to clipboard
A WinForms hybrid control that supports Direct2D and GDI+ drawing
The D2DGraphics DrawLine function is missing the IComObject<ID2D1StrokeStyle>strokeStyle parameter
 DrawBitmap missing D2D_MATRIX_4X4_F? perspectiveTransform DrawText missing DWRITE_MEASURING_MODE measuringMode DrawEllipse, DrawLine, DrawRoundedRectangle, DrawGeometry, missing IComObject strokeStyle **As a plan B, I use D2DGraphics.DeviceContext to draw lines**
Updated [Magick.NET-Q16-AnyCPU](https://github.com/dlemstra/Magick.NET) from 14.7.0 to 14.9.0. Release notes _Sourced from [Magick.NET-Q16-AnyCPU's releases](https://github.com/dlemstra/Magick.NET/releases)._ ## 14.9.0 ### What's Changed - Converting Tif file with 2 alpha channels yields scrambled result. #1523 -...