Click or drag to resize

CoordinateRange Constructor

Initializes a new instance of the CoordinateRange class.

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
public CoordinateRange(
	int xMin,
	int xMax,
	int yMin,
	int yMax
)

Parameters

xMin
Type: SystemInt32
the minimum x component
xMax
Type: SystemInt32
the maximum x component
yMin
Type: SystemInt32
the minimum y component
yMax
Type: SystemInt32
the maximum y component
See Also