Click or drag to resize

PointAddition Operator

Moves point along the vector

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 static Point operator +(
	Point pt,
	Vector vec
)

Parameters

pt
Type: CodeStack.SwEx.MacroFeature.DataPoint
Point to move
vec
Type: CodeStack.SwEx.MacroFeature.DataVector
Direction of move

Return Value

Type: Point
New point
See Also