Skip to main content

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.v23.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

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