C# 클래스 Nagru___Manga_Organizer.Main.MangaCover

상속: IDisposable
파일 보기 프로젝트 열기: Nagru/Manga-Organizer

공개 프로퍼티들

프로퍼티 타입 설명
FirstLoad bool
image Image
key string

공개 메소드들

메소드 설명
Dispose ( ) : void

Public implementation of Dispose

MangaCover ( Image bmp, int mangaID, bool firstLoad ) : System

Handles the conversion of images to thumbnails

보호된 메소드들

메소드 설명
Dispose ( bool Disposing ) : void

Protected implementation of Dispose

비공개 메소드들

메소드 설명
FormatIcon ( Image bmp ) : Image

Converts a full image to an icon

메소드 상세

Dispose() 공개 메소드

Public implementation of Dispose
public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

Protected implementation of Dispose
protected Dispose ( bool Disposing ) : void
Disposing bool Whether we are calling the method from the Dispose override
리턴 void

MangaCover() 공개 메소드

Handles the conversion of images to thumbnails
public MangaCover ( Image bmp, int mangaID, bool firstLoad ) : System
bmp Image The image to process
mangaID int The manga the image is for
firstLoad bool Whether this is the first time the image was retrieved
리턴 System

프로퍼티 상세

FirstLoad 공개적으로 프로퍼티

public bool FirstLoad
리턴 bool

image 공개적으로 프로퍼티

public Image image
리턴 Image

key 공개적으로 프로퍼티

public string key
리턴 string