Share

Box2d.Contains Method

Parent Object: Box2d

Description

Determines whether the specified point is contained within this Box.

Syntax

Box2d.Contains( Point As Point2d ) As Boolean

Parameters

Name Type Description
Point Point2d Input Point2d object that specifies the coordinate to check.

Version

Introduced in version 2008

Was this information helpful?