Click or drag to resize

ApiLocationToolsGetImageCropRect Method

Gets the cropping rectangle of a specified LocationImage

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

Parameters

aLocationImage
Type: Articy.ApiObjectProxy
The specified LocationImage to get the cropping rectangle of

Return Value

Type: Rect
Cropping Rectangle containing the coordinates for the cropping area
See Also