C# Class Pinta.Resources.ResourceLoader

Mostrar archivo Open project: PintaProject/Pinta

Public Methods

Method Description
GetResourceIconStream ( string name ) : System.Stream

Private Methods

Method Description
CreateMissingImage ( int size ) : Gdk.Pixbuf
GetIcon ( string name, int size ) : Gdk.Pixbuf
GetIconSize ( int size ) : Gtk.IconSize
HasResource ( Assembly asm, string name ) : bool

Method Details

GetResourceIconStream() public static method

public static GetResourceIconStream ( string name ) : System.Stream
name string
return System.Stream