C# Class Eto.Mac.Forms.Controls.MacImageListItemCell

Inheritance: EtoLabelFieldCell
显示文件 Open project: picoe/Eto Class Usage Examples

Public Methods

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

Method Details

CellSizeForBounds() public method

public CellSizeForBounds ( System.Drawing.RectangleF bounds ) : System.Drawing.SizeF
bounds System.Drawing.RectangleF
return System.Drawing.SizeF

DrawInteriorWithFrame() public method

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

MacImageListItemCell() public method

public MacImageListItemCell ( ) : System
return System

MacImageListItemCell() public method

public MacImageListItemCell ( IntPtr handle ) : System
handle System.IntPtr
return System

SetGroupItem() public method

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
return void