Click or drag to resize

PdfPointAddition Operator

Implements the operator +.

Namespace:  Atalasoft.PdfDoc.Geometry
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public static PdfPoint operator +(
	PdfPoint lhs,
	PdfPoint rhs
)

Parameters

lhs
Type: Atalasoft.PdfDoc.GeometryPdfPoint
The LHS.
rhs
Type: Atalasoft.PdfDoc.GeometryPdfPoint
The RHS.

Return Value

Type: PdfPoint
The result of the addition.
See Also