Click or drag to resize

RectClip64GetNextLocation Method

Advances to the next location state for the specified path.

Namespace: Clipper2Lib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected void GetNextLocation(
	Path64 path,
	ref RectClip64Location loc,
	ref int i,
	int highI
)

Parameters

path  Path64
The path being processed.
loc  RectClip64Location
On entry, the current location; on exit, the next location.
i  Int32
On entry, the current point index; on exit, the next index to process.
highI  Int32
The highest valid point index.
See Also