Click or drag to resize

ApiLocationToolsGetTransformMatrix Method

Gets the transform matrix of a specified LocationObject

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

Parameters

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

Return Value

Type: Matrix
Transform Matrix of the specified LocationObject
See Also