Skip to content

1.3.1 Release

Compare
Choose a tag to compare
@jingwood jingwood released this 12 Mar 15:29
· 148 commits to master since this release
  • Added a DrawText overriding method to make call simpler 41ffd54
  • Added more predefined colors 3cb43c8
  • Added method to draw path with a pen object, #49
  • Added layer operation APIs, support to render masked graphics, #50
  • Added support to specify line cap styles (DrawLine method only), #55 #56
  • Added new method Device.CreateBitmapFromHBitmap to create a Direct2D bitmap directly, #57
  • Fixed FillPolygon method not working, #46
  • Fixed example program that uses a 3x2 Matrix to perform hit test and rendering, #48
  • Other minor fixes