Skip to main content
A newer version of this page is available. .
.NET Standard 2.0+

PdfPoint.Multiply(PdfPoint, PdfPoint) Operator

Multiplies 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 to multiply.

right PdfPoint

A PdfPoint value to multiply.

Returns

Type Description
PdfPoint

The result of multiplication.

See Also