Click or drag to resize

ExtendedCoordinate Constructor

Initializes a new instance of the ExtendedCoordinate class.

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
public ExtendedCoordinate(
	bool penDown,
	bool dataSource,
	int x,
	int y,
	int region
)

Parameters

penDown
Type: SystemBoolean
is the pen down
dataSource
Type: SystemBoolean
is this a data source
x
Type: SystemInt32
X value
y
Type: SystemInt32
Y Value
region
Type: SystemInt32
region of this coordinate
See Also