ExtendedCoordinate Constructor |
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
)
Public Sub New (
penDown As Boolean,
dataSource As Boolean,
x As Integer,
y As Integer,
region As Integer
)
public:
ExtendedCoordinate(
bool penDown,
bool dataSource,
int x,
int y,
int region
)
new :
penDown : bool *
dataSource : bool *
x : int *
y : int *
region : int -> ExtendedCoordinate
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