KitchenDraw SDK 2
Show / Hide Table of Contents

Method HasBoundingBoxOverlapWith

HasBoundingBoxOverlapWith(Object)

Checks whether the object bounding box overlaps with the other object bounding box.

Declaration
public bool HasBoundingBoxOverlapWith(Scene.Object otherObject)
Parameters
Type Name Description
Scene.Object otherObject

An object whose bounding box is checked against this one.

Returns
Type Description
bool

true if the bounding boxes have overlap, false oherwise.

In this article
Back to top Generated by DocFX