C# Class TileIconifier.Core.Shortcut.ShortcutItemImage

Afficher le fichier Open project: Jonno12345/TileIconifier Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Equals ( ShortcutItemImage other ) : bool

Method Details

CachedImage() public méthode

public CachedImage ( ) : Image
Résultat Image

Equals() protected méthode

protected Equals ( ShortcutItemImage other ) : bool
other ShortcutItemImage
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Load() public static méthode

public static Load ( string filePath ) : ShortcutItemImage
filePath string
Résultat ShortcutItemImage

Save() public méthode

public Save ( string filePath ) : void
filePath string
Résultat void

SetImage() public méthode

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

ShortcutItemImage() public méthode

public ShortcutItemImage ( ) : System
Résultat System

ShortcutItemImage() public méthode

public ShortcutItemImage ( Size size ) : System
size System.Drawing.Size
Résultat System