Click or drag to resize

PointMove Method

Moves the point along the vector by specified distance

Namespace:  CodeStack.SwEx.MacroFeature.Data
Assembly:  CodeStack.SwEx.MacroFeature (in CodeStack.SwEx.MacroFeature.dll) Version: 0.5.3.0 (0.5.3.0)
Syntax
public Point Move(
	Vector dir,
	double dist
)

Parameters

dir
Type: CodeStack.SwEx.MacroFeature.DataVector
Direction of move
dist
Type: SystemDouble
Distance

Return Value

Type: Point
New point
See Also