Add wallet profile image loading
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
public interface IImageReader
|
||||
{
|
||||
Task<IImageDescriptor> Get(Stream stream,
|
||||
IImageDescriptor Get(Stream stream,
|
||||
int width,
|
||||
int height,
|
||||
bool maintainAspectRatio = false);
|
||||
|
||||
Reference in New Issue
Block a user