Click or drag to resize

ApiLocationToolsGetLocalBoundingBox Method

Gets the local bounding box of a specific LocationObject

Namespace:  Articy.Api
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public Rect GetLocalBoundingBox(
	ObjectProxy aLocationObject
)

Parameters

aLocationObject
Type: Articy.ApiObjectProxy
The LocationObject for the bounding box

Return Value

Type: Rect
Rectangle containing the local coordinates of the system bounding box
See Also