Click or drag to resize
PlanBaseCoordinate Constructor
Creates a new coordinate given all its properties

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
public Coordinate(
	int x,
	int y,
	int weight
)

Parameters

x
Type: SystemInt32
Provides the x value for this coordinate
y
Type: SystemInt32
Provides the y value for this coordinate
weight
Type: SystemInt32
Provides the weight calue for this coordinate
See Also