C# 클래스 Eto.Wpf.Drawing.IconFrameHandler

상속: IconFrame.IHandler
파일 보기 프로젝트 열기: picoe/Eto

공개 메소드들

메소드 설명
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

메소드 상세

Create() 공개 메소드

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

Create() 공개 메소드

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

Create() 공개 메소드

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

GetBitmap() 공개 메소드

public GetBitmap ( IconFrame frame ) : Bitmap
frame Eto.Drawing.IconFrame
리턴 Bitmap

GetPixelSize() 공개 메소드

public GetPixelSize ( IconFrame frame ) : Size
frame Eto.Drawing.IconFrame
리턴 Size