NevronOpenVision
Nevron.Nov.Diagram Namespace / NShape Class / Translate1D Method
Translate1D Method (NShape)
Translates a 1D shape, by offseting the begin and end points of the shape. The modification of both the begin and end points of the shape is optional. Throws an exception if this is not a 1D shape.
Syntax
public virtual void Translate1D( 
   System.double dx,
   System.double dy,
   System.bool translateBegin,
   System.bool translateEnd
)

Parameters

dx
dy
translateBegin
translateEnd
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

See Also