Click or drag to resize

PdfPointSubtraction Operator (PdfPoint, PdfSize)

Subtract PdfSize from PdfPoint.

Namespace:  Opait.Pdf.Api
Assembly:  Opait.Pdf.Api (in Opait.Pdf.Api.dll) Version: 1.3.3.0
Syntax
C#
public static PdfPoint operator -(
	PdfPoint pt,
	PdfSize size
)

Parameters

pt
Type: Opait.Pdf.ApiPdfPoint
The stating point.
size
Type: Opait.Pdf.ApiPdfSize
The size of the subtraction.

Return Value

Type: PdfPoint
The point after the subtraction.
See Also