Table of Contents

Delegate PathIntersectionFunc

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

Parameters

path1 nint
point1 nint
path2 nint
point2 nint
kind PathIntersection
userData nint

Returns

bool