KitchenDraw SDK 2
Show / Hide Table of Contents

Method HasBoundingBoxEqualTo

HasBoundingBoxEqualTo(Object)

Checks whether the other object has the same bounding box as this one.

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

An object to check against this one.

Returns
Type Description
bool

true if both objects have the same bounding box, false otherwise.

In this article
Back to top Generated by DocFX