Instance Method
encloses(_:)enclosesPath:enclosesPath_
Whether the path encloses another path.
Declaration
func encloses(_ other: GSPath) -> BoolDeclaration
- (BOOL) enclosesPath:(GSPath *) other;Declaration
enclosesPath_(other: GSPath) -> boolSee Also
Geometry
The bounds of the path.
The bounds of the path nodes.
The unsigned area enclosed by the path.
The length of all path segments.
Intersections between the path and a line segment.