Click or drag to resize

TableRow  Conversion (Image to TableRow)

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

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

Parameters

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

Return Value

Type: TableRow

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

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