Visual improvements

This commit is contained in:
Andre Beging
2017-09-16 15:47:11 +02:00
parent 3f90366caf
commit a2e081ccdb
5 changed files with 11 additions and 7 deletions

View File

@@ -34,6 +34,10 @@ namespace DebtMgr.Helper
96, // These decides the dpi factors
96,// The can be changed when we'll have preview options.
PixelFormats.Pbgra32);
bitmap.Render(uiElement);
SaveUsingBitmapTargetRenderer(fileName, bitmap, encoder);