Click or drag to resize

ApiLocationToolsPolygonToRectangle Method

Converts a specified zone from a polygon to a rectangle

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

Parameters

aZone
Type: Articy.ApiObjectProxy
The specified ZoneObject to convert
See Also