C# Class Oglr.Core.ImageRepository

Inheritance: IImageRepository
Show file Open project: SteveDunn/oglr

Public Methods

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

Method Details

ContainsImage() public method

public ContainsImage ( string name ) : bool
name string
return bool

CreateImageList() public method

public CreateImageList ( ) : ImageList
return System.Windows.Forms.ImageList

GetByName() public method

public GetByName ( string name ) : ImageProperties
name string
return ImageProperties

ImageRepository() public method

public ImageRepository ( ) : System
return System

Set() public method

public Set ( ImageProperties image ) : void
image ImageProperties
return void