C# 클래스 TileIconifier.Core.Shortcut.ShortcutItemImage

파일 보기 프로젝트 열기: Jonno12345/TileIconifier 1 사용 예제들

공개 메소드들

메소드 설명
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