DXControl
DXControl copied to clipboard
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<ID2D1StrokeStyle> strokeStyle
As a plan B, I use D2DGraphics.DeviceContext to draw lines
Yea the D2DGraphics just provides some quick methods for drawing. For the advanced drawing, you can use the DeviceContext
I will wait for the missing parameters to be added in future updated versions. Thanks a lot!