Skip to main content

PdfPoint.Multiply(Double, PdfPoint) Operator

Multiplies the Double value by the PdfPoint value.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public static PdfPoint operator *(double left, PdfPoint right)

Parameters

Name Type Description
left Double

A Double value to multiply.

right PdfPoint

A PdfPoint value to multiply.

Returns

Type Description
PdfPoint

The result of multiplication.

See Also