Skip to main content

PdfPoint.UnaryNegation(PdfPoint) Operator

Negates the value of the specified PdfPoint operand.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v23.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public static PdfPoint operator -(PdfPoint value)

Parameters

Name Type Description
value PdfPoint

The value to negate.

Returns

Type Description
PdfPoint

The result of the value multiplied by negative one (-1).

See Also