Singer Instruments PIXL Client
ConvertGridLocationToActualPosition Method



SI.PIXL.Client.Helpers Namespace > LocationHelper Class : ConvertGridLocationToActualPosition Method
The layout of the plate.
The given column.
The given row.
The new location.
Converts the grid location to an actual position.
Syntax
'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)
public static bool ConvertGridLocationToActualPosition( 
   Layout layout,
   int column,
   int row,
   out Location location
)
public:
static bool ConvertGridLocationToActualPosition( 
   Layout layout,
   int column,
   int row,
   [Out] Location 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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

LocationHelper Class
LocationHelper Members