Implemented buffer/stream constructors for CanvasImage (#246)

* Implemented buffer/stream constructors for CanvasImage and added section to Canvas example

Signed-off-by: David Butler <mail@davidbutlerdesign.co.uk>
This commit is contained in:
David Butler
2021-01-27 17:12:22 +00:00
committed by GitHub
parent ad49b6aa67
commit 953008b5e3
3 changed files with 33 additions and 2 deletions

View File

@ -14,9 +14,9 @@
</ItemGroup>
<ItemGroup>
<None Update="cake.png">
<EmbeddedResource Include="cake.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</EmbeddedResource>
</ItemGroup>
</Project>