6 lines
132 B
C#
6 lines
132 B
C#
namespace Toolkit.Foundation;
|
|
|
|
public interface IImageWriter
|
|
{
|
|
void Write(IImageDescriptor imageDescriptor, Stream stream);
|
|
} |