C# Class Eto.Wpf.Drawing.IconFrameHandler

Inheritance: IconFrame.IHandler
Afficher le fichier Open project: picoe/Eto

Méthodes publiques

Méthode Description
Create ( IconFrame frame, Bitmap bitmap ) : object
Create ( IconFrame frame, Func load ) : object
Create ( IconFrame frame, Stream stream ) : object
GetBitmap ( IconFrame frame ) : Bitmap
GetPixelSize ( IconFrame frame ) : Size

Method Details

Create() public méthode

public Create ( IconFrame frame, Bitmap bitmap ) : object
frame Eto.Drawing.IconFrame
bitmap Bitmap
Résultat object

Create() public méthode

public Create ( IconFrame frame, Func load ) : object
frame Eto.Drawing.IconFrame
load Func
Résultat object

Create() public méthode

public Create ( IconFrame frame, Stream stream ) : object
frame Eto.Drawing.IconFrame
stream Stream
Résultat object

GetBitmap() public méthode

public GetBitmap ( IconFrame frame ) : Bitmap
frame Eto.Drawing.IconFrame
Résultat Bitmap

GetPixelSize() public méthode

public GetPixelSize ( IconFrame frame ) : Size
frame Eto.Drawing.IconFrame
Résultat Size