Represents a variant of an object with specific instance data and dimensions.
Record Field | Description |
Full Usage:
FreeCellsOnTheBottom
Field type: int
|
|
Full Usage:
FreeCellsOnTheLeft
Field type: int
|
|
Full Usage:
FreeCellsOnTheRight
Field type: int
|
|
Full Usage:
FreeCellsOnTheTop
Field type: int
|
|
Full Usage:
Variant
Field type: 'Value
|
|
Constructor | Description |
Full Usage:
ObjectVariant(instance, left, right, top, bottom)
Parameters:
'Value
left : int
right : int
top : int
bottom : int
Returns: ObjectVariant<'Value>
|
|