Back to Devexpress

PdfPoint Operators

officefileapi-devexpress-dot-pdf-dot-pdfpoint-dot-underscore-operators.md

latest2.9 KB
Original Source

PdfPoint Operators

Specifies the coordinates of a PDF point.

NameDescription
Addition(PdfPoint, PdfPoint) staticAdds a PdfPoint object to the PdfPoint object and returns the result as the PdfPoint object.
Division(PdfPoint, PdfPoint) staticDivides two PdfPoint values.
Division(PdfPoint, Double) staticDivides a PdfPoint value to the Double value.
Equality(PdfPoint, PdfPoint) staticCompares two PdfPoint structures for equality.
Inequality(PdfPoint, PdfPoint) staticCompares two PdfPoint structures to determine whether they are not equal.
Multiply(PdfPoint, PdfPoint) staticMultiplies two PdfPoint values.
Multiply(PdfPoint, Double) staticMultiplies the PdfPoint value by the Double value.
Multiply(Double, PdfPoint) staticMultiplies the Double value by the PdfPoint value.
Subtraction(PdfPoint, PdfPoint) staticSubtracts the PdfPoint value from the PdfPoint value.
UnaryNegation(PdfPoint) staticNegates the value of the specified PdfPoint operand.

See Also

PdfPoint Struct

PdfPoint Members

DevExpress.Pdf Namespace