C# Class ImageGlass.Core.Img

Afficher le fichier Open project: d2phap/ImageGlass Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void

Initialize this instance

Get ( ) : Image

Return the image (or null)

GetFileName ( ) : string

Get relative path of this image

Img ( string path ) : System
Load ( ) : void

Load image from file

Set ( Image im ) : void

Manually set new image

SetFileName ( string s ) : void

Set relative path of this image

Method Details

Dispose() public méthode

Initialize this instance
public Dispose ( ) : void
Résultat void

Get() public méthode

Return the image (or null)
public Get ( ) : Image
Résultat Image

GetFileName() public méthode

Get relative path of this image
public GetFileName ( ) : string
Résultat string

Img() public méthode

public Img ( string path ) : System
path string
Résultat System

Load() public méthode

Load image from file
public Load ( ) : void
Résultat void

Set() public méthode

Manually set new image
public Set ( Image im ) : void
im Image DURR
Résultat void

SetFileName() public méthode

Set relative path of this image
public SetFileName ( string s ) : void
s string New relative path of image
Résultat void