Click or drag to resize

coordinateXY Constructor (Int32, Int32)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the coordinateXY class.

Namespace:  imbSCI.Data.primitives
Assembly:  imbSCI.Data (in imbSCI.Data.dll) Version: 0.3.70.
Syntax
C#
public coordinateXY(
	int __x,
	int __y
)
Request Example View Source

Parameters

__x
Type: SystemInt32
The x.
__y
Type: SystemInt32
The y.
See Also