C# Class Eto.Mac.Drawing.IconFrameHandler

Inheritance: IconFrame.IHandler
Show file 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 ) : Eto.Drawing.Size

Method Details

Create() public method

public Create ( IconFrame frame, Bitmap bitmap ) : object
frame Eto.Drawing.IconFrame
bitmap Eto.Drawing.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 Eto.Drawing.Bitmap

GetPixelSize() public method

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