C# Class SourceGrid.Cells.Views.MultiImages

Inheritance: Cell
Afficher le fichier Open project: zhuangyy/Motion Class Usage Examples

Méthodes publiques

Méthode Description
Clone ( ) : object

Clone this object. This method duplicate all the reference field (Image, Font, StringFormat) creating a new instance.

MultiImages ( ) : System

Use default setting

MultiImages ( MultiImages other ) : System

Copy constructor. This method duplicate all the reference field (Image, Font, StringFormat) creating a new instance.

Méthodes protégées

Méthode Description
GetElements ( ) : IEnumerable

Private Methods

Méthode Description
GetBaseElements ( ) : IEnumerable

Method Details

Clone() public méthode

Clone this object. This method duplicate all the reference field (Image, Font, StringFormat) creating a new instance.
public Clone ( ) : object
Résultat object

GetElements() protected méthode

protected GetElements ( ) : IEnumerable
Résultat IEnumerable

MultiImages() public méthode

Use default setting
public MultiImages ( ) : System
Résultat System

MultiImages() public méthode

Copy constructor. This method duplicate all the reference field (Image, Font, StringFormat) creating a new instance.
public MultiImages ( MultiImages other ) : System
other MultiImages
Résultat System