Skip to content

Commit

Permalink
Add Windows platforms to README
Browse files Browse the repository at this point in the history
  • Loading branch information
praeclarum committed Mar 30, 2015
1 parent dac7673 commit 58ee196
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,10 @@ circle.Draw (canvas);
- `CGContextCanvas` wraps a `CoreGraphics.CGContext`
* .NET 4.5 using System.Drawing
- `GraphicsCanvas` wraps a `System.Drawing.Graphics`
* Windows Store 8.1 using Direct2D
- `RenderTragetCanvas` wraps a `SharpDX.Direct2D1.RenderTarget`
* Windows Phone 8.1 using Direct2D
- `RenderTragetCanvas` wraps a `SharpDX.Direct2D1.RenderTarget`


## Editor
Expand Down

0 comments on commit 58ee196

Please sign in to comment.