mirror of
https://github.com/wismna/ModernKeePassLib.git
synced 2025-10-03 15:40:20 -04:00
Setup solution
This commit is contained in:
17
ModernKeePassLib/Utility/GfxUtil.PCL.cs
Normal file
17
ModernKeePassLib/Utility/GfxUtil.PCL.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using Windows.UI.Xaml.Controls;
|
||||
|
||||
namespace ModernKeePassLib.Utility
|
||||
{
|
||||
public class GfxUtil
|
||||
{
|
||||
public static Image LoadImage(byte[] pb)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
public static Image ScaleImage(Image m_imgOrg, int? w, int? h, ScaleTransformFlags flags)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user