Skip to main content

PdfPoint.Division(PdfPoint, PdfPoint) Operator

Divides two PdfPoint values.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

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

Parameters

Name Type Description
left PdfPoint

A PdfPoint value that is the dividend.

right PdfPoint

A PdfPoint value that is the divisor.

Returns

Type Description
PdfPoint

A PdfPoint value that is the result of division.

See Also