Table of Contents

Delegate PathIntersectionFunc

Namespace
Gsk
Assembly
Gsk-4.0.dll
public delegate bool PathIntersectionFunc(Path path1, PathPoint point1, Path path2, PathPoint point2, PathIntersection kind)

Parameters

path1 Path
point1 PathPoint
path2 Path
point2 PathPoint
kind PathIntersection

Returns

bool