Skip to main content

PdfPoint.Multiply(PdfPoint, PdfPoint) Operator

Multiplies two PdfPoint values.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v23.2.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 to multiply.

right PdfPoint

A PdfPoint value to multiply.

Returns

Type Description
PdfPoint

The result of multiplication.

See Also