Click or drag to resize

Point.Move 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.Data.Vector
Direction of move
dist
Type: System.Double
Distance

Return Value

Type: Point
New point
See Also