PathIntersectionFunc
Description:
[ CCode ( instance_pos = 5.9 ) ]
[ Version ( since = "4.20" ) ]
public delegate bool PathIntersectionFunc (Path path1, PathPoint point1, Path path2, PathPoint point2, PathIntersection kind)
[ Version ( since = "4.20" ) ]
public delegate bool PathIntersectionFunc (Path path1, PathPoint point1, Path path2, PathPoint point2, PathIntersection kind)
Prototype of the callback to iterate through the intersections of two paths.
Parameters:
| path1 |
the first path |
| point1 |
the intersection as point on |
| path2 |
the second path |
| point2 |
the intersection as point on |
| kind |
the nature of the intersection |
| user_data |
user data |
Returns:
|
true to continue iterating, false to stop the iteration and not call the function again |
Namespace: Gsk
Package: gtk4