PdfPoint.Subtract Method

Translates a PdfPoint by the negative of a specified size.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public static PdfPoint Subtract(
	PdfPoint pt,
	PdfSize sz
)
VB
Public Shared Function Subtract ( 
	pt As PdfPoint,
	sz As PdfSize
) As PdfPoint

Parameters

pt
Type: BitMiracle.Docotic.Pdf.PdfPoint
The PdfPoint to translate.
sz
Type: BitMiracle.Docotic.Pdf.PdfSize
The PdfSize that specifies the numbers to subtract from the coordinates of pt.

Return Value

Type: PdfPoint
The translated PdfPoint.

See Also