DynamicItemCreate Method (DynamicLayout, TableLayout, Int32, Int32) |
Create the item and add to the specified layout and co-ordinates
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public virtual void Create(
DynamicLayout layout,
TableLayout parent,
int x,
int y
)
Public Overridable Sub Create (
layout As DynamicLayout,
parent As TableLayout,
x As Integer,
y As Integer
)
abstract Create :
layout : DynamicLayout *
parent : TableLayout *
x : int *
y : int -> unit
override Create :
layout : DynamicLayout *
parent : TableLayout *
x : int *
y : int -> unit
Parameters
- layout
- Type: Eto.FormsDynamicLayout
Top level layout - parent
- Type: Eto.FormsTableLayout
Parent table to add this item to - x
- Type: SystemInt32
The x coordinate in the table to add to - y
- Type: SystemInt32
The y coordinate in the table to add to
See Also