'Declaration
Public Shared Function ConvertGridLocationToActualPosition( _ ByVal layout As Layout, _ ByVal column As Integer, _ ByVal row As Integer, _ ByRef location As Location _ ) As Boolean
'Usage
Dim layout As Layout Dim column As Integer Dim row As Integer Dim location As Location Dim value As Boolean value = LocationHelper.ConvertGridLocationToActualPosition(layout, column, row, location)
Parameters
- layout
- The layout of the plate.
- column
- The given column.
- row
- The given row.
- location
- The new location.
Return Value
True if the grid position could be converted to an actual position, else false.