ImageExtensionsAdd Method

CVB.Net Documentation
Add a CvbPointD and a Point.

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

public static Point2Dd Add(
	Point2Dd lhs,
	Point rhs
)

Parameters

lhs
Type: Stemmer.CvbPoint2Dd
operand 1
rhs
Type: System.DrawingPoint
operand 2

Return Value

Type: Point2Dd
sum of operand 1 and operand 2
See Also

Reference