Click or drag to resize

ApiLocationToolsSetImageCropRect Method

Sets the cropping rectangle of a specified LocationImage with a specified rectangle. The cropping coordinates are from 0.0 to 1.0 for each axis

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

Parameters

aLocationImage
Type: Articy.ApiObjectProxy
The specified LocationImage the cropping rectangle is to be set for
aCropRect
Type: System.WindowsRect
The specified cropping rectangle to be set
See Also