C# Класс Eto.Mac.Forms.Controls.MacImageListItemCell

Наследование: EtoLabelFieldCell
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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