C# Class Combogallary.Model.ProxyPattern.PictureProxy

Inheritance: IPicture
Afficher le fichier Open project: msCube/Gallery Class Usage Examples

Méthodes publiques

Свойство Type Description
Height double
Width double

Méthodes publiques

Méthode Description
Open ( ) : BitmapImage
PictureProxy ( string name, string location ) : Combogallary.Model.Interfaces
Preview ( ) : BitmapImage

Method Details

Open() public méthode

public Open ( ) : BitmapImage
Résultat System.Windows.Media.Imaging.BitmapImage

PictureProxy() public méthode

public PictureProxy ( string name, string location ) : Combogallary.Model.Interfaces
name string
location string
Résultat Combogallary.Model.Interfaces

Preview() public méthode

public Preview ( ) : BitmapImage
Résultat System.Windows.Media.Imaging.BitmapImage

Property Details

Height public_oe property

public double Height
Résultat double

Width public_oe property

public double Width
Résultat double