C# Class Eto.Wpf.Drawing.IconFrameHandler

Inheritance: IconFrame.IHandler
Datei anzeigen Open project: picoe/Eto

Public Methods

Method 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 method

public Create ( IconFrame frame, Bitmap bitmap ) : object
frame Eto.Drawing.IconFrame
bitmap Bitmap
return object

Create() public method

public Create ( IconFrame frame, Func load ) : object
frame Eto.Drawing.IconFrame
load Func
return object

Create() public method

public Create ( IconFrame frame, Stream stream ) : object
frame Eto.Drawing.IconFrame
stream Stream
return object

GetBitmap() public method

public GetBitmap ( IconFrame frame ) : Bitmap
frame Eto.Drawing.IconFrame
return Bitmap

GetPixelSize() public method

public GetPixelSize ( IconFrame frame ) : Size
frame Eto.Drawing.IconFrame
return Size