ObjectVariant<'Value> Type

Represents a variant of an object with specific instance data and dimensions.

Record fields

Record Field Description

FreeCellsOnTheBottom

Full Usage: FreeCellsOnTheBottom

Field type: int
Field type: int

FreeCellsOnTheLeft

Full Usage: FreeCellsOnTheLeft

Field type: int
Field type: int

FreeCellsOnTheRight

Full Usage: FreeCellsOnTheRight

Field type: int
Field type: int

FreeCellsOnTheTop

Full Usage: FreeCellsOnTheTop

Field type: int
Field type: int

Variant

Full Usage: Variant

Field type: 'Value
Field type: 'Value

Constructors

Constructor Description

ObjectVariant(instance, left, right, top, bottom)

Full Usage: ObjectVariant(instance, left, right, top, bottom)

Parameters:
    instance : 'Value
    left : int
    right : int
    top : int
    bottom : int

Returns: ObjectVariant<'Value>
instance : 'Value
left : int
right : int
top : int
bottom : int
Returns: ObjectVariant<'Value>