Initializes a new instance of the Location class

Namespace: RRAutoLib.CTC
Assembly: RRAutoLib (in RRAutoLib.dll) Version: 1.4.4504.18867

Syntax

C#
public Location(
	short intCol,
	short intRow
)
Visual Basic
Public Sub New ( _
	intCol As Short, _
	intRow As Short _
)

Parameters

intCol
Type: System..::..Int16
intRow
Type: System..::..Int16

See Also