Click or drag to resize

ClipperBaseExecuteInternal Method

Executes the clipping engine using the currently added input data.

Namespace: Clipper2Lib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected void ExecuteInternal(
	ClipType ct,
	FillRule fillRule
)

Parameters

ct  ClipType
The clipping operation to perform.
fillRule  FillRule
The fill rule used during clipping.
See Also