Click or drag to resize

ObjectProxySetFlowPosition Method (Point)

Sets the current position of a flow-item object

Namespace:  Articy.Api
Assembly:  QueryLayer (in QueryLayer.dll) Version: 1.0.0
Syntax
C#
public void SetFlowPosition(
	Point aPosition
)

Parameters

aPosition
Type: System.WindowsPoint
the new position as Point struct
See Also