Click or drag to resize

ApiLocationToolsGetTransformedVertices Method

Gets a list of points containing the coordinates for the transformed vertices

Namespace:  Articy.Api
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public List<Point> GetTransformedVertices(
	ObjectProxy aLocationObject
)

Parameters

aLocationObject
Type: Articy.ApiObjectProxy
The LocationObject for the transformed vertices

Return Value

Type: ListPoint
List of points for the Transformed Vertices
See Also