C# Class Nagru___Manga_Organizer.Main.MangaCover

Inheritance: IDisposable
Afficher le fichier Open project: Nagru/Manga-Organizer

Méthodes publiques

Свойство Type Description
FirstLoad bool
image Image
key string

Méthodes publiques

Méthode Description
Dispose ( ) : void

Public implementation of Dispose

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

Handles the conversion of images to thumbnails

Méthodes protégées

Méthode Description
Dispose ( bool Disposing ) : void

Protected implementation of Dispose

Private Methods

Méthode Description
FormatIcon ( Image bmp ) : Image

Converts a full image to an icon

Method Details

Dispose() public méthode

Public implementation of Dispose
public Dispose ( ) : void
Résultat void

Dispose() protected méthode

Protected implementation of Dispose
protected Dispose ( bool Disposing ) : void
Disposing bool Whether we are calling the method from the Dispose override
Résultat void

MangaCover() public méthode

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
Résultat System

Property Details

FirstLoad public_oe property

public bool FirstLoad
Résultat bool

image public_oe property

public Image image
Résultat Image

key public_oe property

public string key
Résultat string