Click or drag to resize

AdjustedCoordinate Constructor

Initializes a new instance of the AdjustedCoordinate class.

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
public AdjustedCoordinate(
	Coordinate c,
	CoordinateRange range,
	Display display
)

Parameters

c
Type: ProScriptCoordinate
coordinate to correct
range
Type: ProScriptCoordinateRange
range to apply
display
Type: ProScriptDisplay
display to match aspect with
See Also