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

PdfPoint.Subtraction(PdfPoint, PdfPoint) Operator

Subtracts the PdfPoint value from the PdfPoint value.

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

The minuend.

right PdfPoint

The subtrahend.

Returns

Type Description
PdfPoint

The result of subtraction.

See Also