Click or drag to resize

ApiLocationToolsClearCropRect Method

Resets the cropping of a specified LocationImage

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

Parameters

aLocationImage
Type: Articy.ApiObjectProxy
The specified LocationImage the cropping is to be reset for
See Also