Skip to content

Release Notes - 4.1.5

Choose a tag to compare

@dahall dahall released this 20 Jun 12:55
· 364 commits to master since this release

Additions

  • Added SpeechApi assembly and extra elements needed in UrlMon
  • Added ID2D1RenderTarget.CreateSolidColorBrush accepting a Color param.

Fixes

  • Fixed bugs with ID2D1GeometrySink.AddLines and AddBeziers declarations
  • Fixed bug in ID2D1RenderTarget.CreateGradientStopCollection
  • Fixed parameters in IWICBitmapFrameEncode.Initialize and IWICComponentFactory.CreateEncoder
  • Updated pen functions to use better enum values
  • Updated ID2D1Geometry method params for optionality
  • Added D2D_MATRIX_3X2_F.Invert() and IsInvertible
  • Added more System.Drawing.Color overloaded methods to D2D1
  • Made D3D_SIZE_F implicit conversion from SIZE
  • Fixed buggy GetSize and GetPixelFormat methods in various interfaces by making return value an out param and adding overloads
  • Removed directory deletion from VssApi project due to failures
  • Added and fixed undocumented D3D12 structures