Singer Instruments PIXL Client
Location Constructor



SI.PIXL.Client.Structs.PlateHandling Namespace > Location Structure : Location Constructor
The column of the location.
The row of the location.
The X position of the location.
The Y position of the location.
Initialises a new instance of the location struct.
Syntax
'Declaration
 
Public Function New( _
   ByVal column As Integer, _
   ByVal row As Integer, _
   ByVal x As Double, _
   ByVal y As Double _
)
'Usage
 
Dim column As Integer
Dim row As Integer
Dim x As Double
Dim y As Double
 
Dim instance As New Location(column, row, x, y)
public Location( 
   int column,
   int row,
   double x,
   double y
)
public:
Location( 
   int column,
   int row,
   double x,
   double y
)

Parameters

column
The column of the location.
row
The row of the location.
x
The X position of the location.
y
The Y position of the location.
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

Location Structure
Location Members