Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfPoint.Addition(PdfPoint, PdfPoint) Operator

Adds a PdfPoint object to the PdfPoint object and returns the result as the PdfPoint object.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.1.Core.dll

Declaration

public static PdfPoint operator +(PdfPoint left, PdfPoint right)

Parameters

Name Type Description
left PdfPoint

A PdfPoint object to add.

right PdfPoint

A PdfPoint object to add.

Returns

Type Description
PdfPoint

The sum of two PdfPoint objects.

See Also