microsoft / WindowsCompositionSamples

The Windows Composition Samples have moved here: https://github.com/microsoft/WindowsAppSDK-Samples/tree/main/Samples/SceneGraph
https://github.com/microsoft/WindowsAppSDK-Samples/tree/main/Samples/SceneGraph
MIT License
1.12k stars 287 forks source link

Looks like a bug in ImageLoader.cs #361

Closed sjb-sjb closed 1 year ago

sjb-sjb commented 1 year ago

Line 155 in ImageLoader.cs says return LoadFromUri( uri, Size.Empty, null)

Shouldn't it say return LoadFromUri( uri, size, null) ?