Skip to content

Features

Megha Jain edited this page Jul 21, 2014 · 31 revisions

Windows Canvas is work in progress and is evolving rapidly. The main things we have implemented so far are:

  • Device class
  • Base drawing functions (line, rect, ellipse)
  • Solid color brushes
  • Stroke styles
  • Text strings
  • Draw to a surface image source (hosted inside XAML)
  • XAML canvas control for simple initialization
  • NuGet packages that makes it easy to consume Canvas from a new, blank, solution
  • Vector and matrix math library
  • Interop to and from underlying native types (mix & match Canvas with native D2D)

Check out the product backlog to see what we plan to work on next.

Clone this wiki locally