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

PdfPoint.Division(PdfPoint, PdfPoint) Operator

Divides two PdfPoint values.

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

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