WIP Image imports and file access
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace Toolkit.Foundation;
|
||||
|
||||
public interface IImageProvider
|
||||
{
|
||||
Task<IImageDescriptor> Get(string filePath,
|
||||
int width,
|
||||
int height,
|
||||
bool maintainAspectRatio = false);
|
||||
}
|
||||
Reference in New Issue
Block a user