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

Inheritance: EtoLabelFieldCell
Afficher le fichier Open project: picoe/Eto Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public CellSizeForBounds ( System.Drawing.RectangleF bounds ) : System.Drawing.SizeF
bounds System.Drawing.RectangleF
Résultat System.Drawing.SizeF

DrawInteriorWithFrame() public méthode

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

MacImageListItemCell() public méthode

public MacImageListItemCell ( ) : System
Résultat System

MacImageListItemCell() public méthode

public MacImageListItemCell ( IntPtr handle ) : System
handle System.IntPtr
Résultat System

SetGroupItem() public méthode

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
Résultat void