Click or drag to resize

TableCell  Conversion (Image to TableCell)

Converts an Image to a TableCell with an ImageView control implicitly.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public static implicit operator TableCell (
	Image image
)

Parameters

image
Type: Eto.DrawingImage
Image to convert to a TableCell with an ImageView control.

Return Value

Type: TableCell

[Missing <returns> documentation for "M:Eto.Forms.TableCell.op_Implicit(Eto.Drawing.Image)~Eto.Forms.TableCell"]

Remarks
This provides an easy way to add images to your layout through code, without having to create ImageView instances manually.
See Also