PdfRectangle.Offset Method (PdfPoint)

Adjusts the location of this rectangle by the specified amount.

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

Syntax

C#
public void Offset(
	PdfPoint pos
)
VB
Public Sub Offset ( 
	pos As PdfPoint
)

Parameters

pos
Type: BitMiracle.Docotic.Pdf.PdfPoint
The amount to offset the location.

See Also