Windows-XAML / Template10

Making Windows 10 apps great again
Apache License 2.0
1.41k stars 389 forks source link

Implement Utils/InkUtil.cs #237

Closed JerryNixon closed 8 years ago

JerryNixon commented 8 years ago

Still a good idea?

darenm commented 8 years ago

What was the plan again for the InkUtils? I've spaced on it LOL.

JerryNixon commented 8 years ago

Extension methods allowing for:

BitMap InkCanvas.RenderBitMapAsync();
void InkCanvas.RenderBitMapAsync(StorageFile);
JerryNixon commented 8 years ago

Still have the code?