Contents

contains(_:)

Determines if this circle, including its boundary, contains the specified point.

Declaration

func contains(_ point: VNPoint) -> Bool

Parameters

  • point:

    The point to test.

Return Value

true if the point is contained within this circle, otherwise false.

See Also

Inspecting a Circle