Point2DdAddition Operator (Point2D, Point2Dd)

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 +(
	Point2D lhs,
	Point2Dd rhs
)

Parameters

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

Return Value

Type: Point2Dd
Sum of lhs and rhs.
See Also

Reference