C# Класс TileIconifier.Core.Shortcut.ShortcutItemImage

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
Equals ( ShortcutItemImage other ) : bool

Описание методов

CachedImage() публичный Метод

public CachedImage ( ) : Image
Результат Image

Equals() защищенный Метод

protected Equals ( ShortcutItemImage other ) : bool
other ShortcutItemImage
Результат bool

Equals() публичный Метод

public Equals ( object obj ) : bool
obj object
Результат bool

GetHashCode() публичный Метод

public GetHashCode ( ) : int
Результат int

Load() публичный статический Метод

public static Load ( string filePath ) : ShortcutItemImage
filePath string
Результат ShortcutItemImage

Save() публичный Метод

public Save ( string filePath ) : void
filePath string
Результат void

SetImage() публичный Метод

public SetImage ( byte imageBytes, Size shortcutSize, int x = null, int y = null ) : void
imageBytes byte
shortcutSize System.Drawing.Size
x int
y int
Результат void

ShortcutItemImage() публичный Метод

public ShortcutItemImage ( ) : System
Результат System

ShortcutItemImage() публичный Метод

public ShortcutItemImage ( Size size ) : System
size System.Drawing.Size
Результат System