Struct Layout
Represents a layout of a plate.
Inherited Members
Namespace: SI.PIXL.Client.Structs.PlateHandling
Assembly: SI.PIXL.Client.dll
Syntax
public struct Layout
  Constructors
Layout(int, int, double, double)
Initialise a new instance of the Layout Struct.
Declaration
public Layout(int columns, int rows, double columnSpacing, double rowSpacing)
  Parameters
| Type | Name | Description | 
|---|---|---|
| int | columns | The number of columns.  | 
      
| int | rows | The number of rows.  | 
      
| double | columnSpacing | The spacing, in millimetres, between each column.  | 
      
| double | rowSpacing | The spacing, in millimetres, between each row.  | 
      
Fields
SBS_12
A standard layout for SBS 12 plates.
Declaration
public static readonly Layout SBS_12
  Field Value
| Type | Description | 
|---|---|
| Layout | 
SBS_1536
A standard layout for SBS 1536 plates.
Declaration
public static readonly Layout SBS_1536
  Field Value
| Type | Description | 
|---|---|
| Layout | 
SBS_24
A standard layout for SBS 24 plates.
Declaration
public static readonly Layout SBS_24
  Field Value
| Type | Description | 
|---|---|
| Layout | 
SBS_384
A standard layout for SBS 384 plates.
Declaration
public static readonly Layout SBS_384
  Field Value
| Type | Description | 
|---|---|
| Layout | 
SBS_48
A standard layout for SBS 48 plates.
Declaration
public static readonly Layout SBS_48
  Field Value
| Type | Description | 
|---|---|
| Layout | 
SBS_6
A standard layout for SBS 6 plates.
Declaration
public static readonly Layout SBS_6
  Field Value
| Type | Description | 
|---|---|
| Layout | 
SBS_96
A standard layout for SBS 96 plates.
Declaration
public static readonly Layout SBS_96
  Field Value
| Type | Description | 
|---|---|
| Layout | 
Properties
ColumnSpacing
Get the amount of spacing, in millimetres, between each column.
Declaration
public double ColumnSpacing { get; }
  Property Value
| Type | Description | 
|---|---|
| double | 
Columns
Get the number of columns in the layout.
Declaration
public int Columns { get; }
  Property Value
| Type | Description | 
|---|---|
| int | 
RowSpacing
Get the amount of spacing, in millimetres, between each row.
Declaration
public double RowSpacing { get; }
  Property Value
| Type | Description | 
|---|---|
| double | 
Rows
Get the number of rows in the layout.
Declaration
public int Rows { get; }
  Property Value
| Type | Description | 
|---|---|
| int |