Skip to main content

PdfPoint.Division(PdfPoint, Double) Operator

Divides a PdfPoint value to the Double value.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

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