This documentation is for the old version. Go to the latest Graphics Mill docs

PolylineVObject.MoveNodeAction Class

This class represents an action that moves a particular node of the polyline.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)

Syntax

Visual Basic
Public Class MoveNodeAction _
	Inherits VObjectAction
C#
public class MoveNodeAction : VObjectAction

Remarks

This action allow moving single nodes of the polyline independently.

Inheritance Hierarchy

System.Object
L Aurigma.GraphicsMill.WinControls.VObjectAction
L Aurigma.GraphicsMill.WinControls.PolylineVObject.MoveNodeAction

Thread Safety

Static members of this type are safe for multi-threaded operations. Instance members of this type are not safe for multi-threaded operations.

See Also

Reference