PdfPoint.Add Method

Translates a given PdfPoint by the specified PdfSize.

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

Syntax

C#
public static PdfPoint Add(
	PdfPoint pt,
	PdfSize sz
)
VB
Public Shared Function Add ( 
	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 add to the coordinates of pt.

Return Value

Type: PdfPoint
The translated PdfPoint.

See Also