C# Class Oglr.Core.ImageRepository

Inheritance: IImageRepository
Afficher le fichier Open project: SteveDunn/oglr

Méthodes publiques

Méthode Description
ContainsImage ( string name ) : bool
CreateImageList ( ) : ImageList
GetByName ( string name ) : ImageProperties
ImageRepository ( ) : System
Set ( ImageProperties image ) : void

Method Details

ContainsImage() public méthode

public ContainsImage ( string name ) : bool
name string
Résultat bool

CreateImageList() public méthode

public CreateImageList ( ) : ImageList
Résultat System.Windows.Forms.ImageList

GetByName() public méthode

public GetByName ( string name ) : ImageProperties
name string
Résultat ImageProperties

ImageRepository() public méthode

public ImageRepository ( ) : System
Résultat System

Set() public méthode

public Set ( ImageProperties image ) : void
image ImageProperties
Résultat void