Click or drag to resize

ApiLocationToolsResetAspectVertical Method

Resets the aspect ratio of a specified LocationImage in vertical mode

Namespace:  Articy.Api
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public void ResetAspectVertical(
	ObjectProxy aLocationImage
)

Parameters

aLocationImage
Type: Articy.ApiObjectProxy
The LocationImage of which the aspect ratio is to be reset for
See Also