add Pilz.UI & Pilz.UI.Gtk
This commit is contained in:
@@ -1,12 +1,10 @@
|
||||
using System.Reflection;
|
||||
using Pilz.UI.Symbols;
|
||||
using System.Reflection;
|
||||
|
||||
namespace Pilz.UI.WinForms.Symbols;
|
||||
|
||||
public interface ISymbolFactory<TSymbols>
|
||||
public interface ISymbolFactory<TSymbols> : IBaseSymbolFactory<TSymbols>
|
||||
{
|
||||
Image? GetImage(TSymbols svgImage, Size size);
|
||||
Image? GetImage(TSymbols svgImage, SymbolSize size);
|
||||
Assembly GetImageResourceAssembly();
|
||||
string GetImageRessourcePath(TSymbols svgImage);
|
||||
Stream? GetImageRessourceStream(TSymbols svgImage);
|
||||
}
|
||||
Reference in New Issue
Block a user