C# 클래스 Eto.Mac.Forms.Controls.MacImageListItemCell

상속: EtoLabelFieldCell
파일 보기 프로젝트 열기: picoe/Eto 1 사용 예제들

공개 메소드들

메소드 설명
CellSizeForBounds ( System.Drawing.RectangleF bounds ) : System.Drawing.SizeF
DrawInteriorWithFrame ( System.Drawing.RectangleF cellFrame, MonoMac.AppKit.NSView inView ) : void
MacImageListItemCell ( ) : System
MacImageListItemCell ( IntPtr handle ) : System
SetGroupItem ( bool isGroupItem, MonoMac.AppKit.NSTableView tableView, float groupSize = null, float normalSize = null ) : void

메소드 상세

CellSizeForBounds() 공개 메소드

public CellSizeForBounds ( System.Drawing.RectangleF bounds ) : System.Drawing.SizeF
bounds System.Drawing.RectangleF
리턴 System.Drawing.SizeF

DrawInteriorWithFrame() 공개 메소드

public DrawInteriorWithFrame ( System.Drawing.RectangleF cellFrame, MonoMac.AppKit.NSView inView ) : void
cellFrame System.Drawing.RectangleF
inView MonoMac.AppKit.NSView
리턴 void

MacImageListItemCell() 공개 메소드

public MacImageListItemCell ( ) : System
리턴 System

MacImageListItemCell() 공개 메소드

public MacImageListItemCell ( IntPtr handle ) : System
handle System.IntPtr
리턴 System

SetGroupItem() 공개 메소드

public SetGroupItem ( bool isGroupItem, MonoMac.AppKit.NSTableView tableView, float groupSize = null, float normalSize = null ) : void
isGroupItem bool
tableView MonoMac.AppKit.NSTableView
groupSize float
normalSize float
리턴 void