Point2DdAddition Operator (Point2Dd, Point2D)

CVB.Net Documentation
Addition operator for PointD structures.

Namespace:  Stemmer.Cvb
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public static Point2Dd operator +(
	Point2Dd lhs,
	Point2D rhs
)

Parameters

lhs
Type: Stemmer.CvbPoint2Dd
left hand side operand
rhs
Type: Stemmer.CvbPoint2D
right hand side operand

Return Value

Type: Point2Dd
Sum of lhs and rhs.
See Also

Reference