C# Class TileIconifier.Core.Shortcut.ShortcutItemImage

Datei anzeigen Open project: Jonno12345/TileIconifier Class Usage Examples

Public Methods

Method Description
CachedImage ( ) : Image
Equals ( object obj ) : bool
GetHashCode ( ) : int
Load ( string filePath ) : ShortcutItemImage
Save ( string filePath ) : void
SetImage ( byte imageBytes, Size shortcutSize, int x = null, int y = null ) : void
ShortcutItemImage ( ) : System
ShortcutItemImage ( Size size ) : System

Protected Methods

Method Description
Equals ( ShortcutItemImage other ) : bool

Method Details

CachedImage() public method

public CachedImage ( ) : Image
return Image

Equals() protected method

protected Equals ( ShortcutItemImage other ) : bool
other ShortcutItemImage
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Load() public static method

public static Load ( string filePath ) : ShortcutItemImage
filePath string
return ShortcutItemImage

Save() public method

public Save ( string filePath ) : void
filePath string
return void

SetImage() public method

public SetImage ( byte imageBytes, Size shortcutSize, int x = null, int y = null ) : void
imageBytes byte
shortcutSize System.Drawing.Size
x int
y int
return void

ShortcutItemImage() public method

public ShortcutItemImage ( ) : System
return System

ShortcutItemImage() public method

public ShortcutItemImage ( Size size ) : System
size System.Drawing.Size
return System