Click or drag to resize

ApiLocationToolsGetTransformedBoundingBox Method

Gets the transformed bounding box of a specific LocationObject

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

Parameters

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

Return Value

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