Hugin .NET API Reference Library
SetPosition Method (position)
Namespaces > HAPI > Node > SetPosition(Point)
Sets the position of this Node.
Syntax
C#Visual BasicManaged C++
public void SetPosition (
	Point position
)
Public Sub SetPosition ( _
	position As Point _
)
public:
void SetPosition (
	Point position
)
Parameters
position (Point)
the desired (x,y) coordinates of the Node.
Exceptions
ExceptionCondition
ExceptionHugin

Assembly: hugincs-8.6-2.0-x64 (Module: hugincs-8.6-2.0-x64)