ClipperBaseExecuteInternal Method |
Executes the clipping engine using the currently added input data.
Namespace: Clipper2LibAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected void ExecuteInternal(
ClipType ct,
FillRule fillRule
)
Parameters
- ct ClipType
- The clipping operation to perform.
- fillRule FillRule
- The fill rule used during clipping.
See Also