C# Class Nagru___Manga_Organizer.Main.MangaCover

Inheritance: IDisposable
Datei anzeigen Open project: Nagru/Manga-Organizer

Public Properties

Property Type Description
FirstLoad bool
image Image
key string

Public Methods

Method Description
Dispose ( ) : void

Public implementation of Dispose

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

Handles the conversion of images to thumbnails

Protected Methods

Method Description
Dispose ( bool Disposing ) : void

Protected implementation of Dispose

Private Methods

Method Description
FormatIcon ( Image bmp ) : Image

Converts a full image to an icon

Method Details

Dispose() public method

Public implementation of Dispose
public Dispose ( ) : void
return void

Dispose() protected method

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

MangaCover() public method

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
return System

Property Details

FirstLoad public_oe property

public bool FirstLoad
return bool

image public_oe property

public Image image
return Image

key public_oe property

public string key
return string