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

PdfPoint.Division(PdfPoint, Double) Operator

Divides a PdfPoint value to the Double value.

Namespace: DevExpress.Pdf

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

Declaration

public static PdfPoint operator /(PdfPoint value1, double value2)

Parameters

Name Type Description
value1 PdfPoint

A PdfPoint value that is the dividend.

value2 Double

A Double value that is the divisor.

Returns

Type Description
PdfPoint

A PdfPoint object that is the result of dividing.

See Also