Skip to main content

PdfPoint.Subtraction(PdfPoint, PdfPoint) Operator

Subtracts the PdfPoint value from the PdfPoint value.

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

The minuend.

right PdfPoint

The subtrahend.

Returns

Type Description
PdfPoint

The result of subtraction.

See Also