Method Offset
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Offset(PdfPoint)
Adjusts the location of this rectangle by the specified amount.
public void Offset(PdfPoint pos)
Parameters
pos
PdfPointThe amount to offset the location.
Offset(float, float)
Adjusts the location of this rectangle by the specified amount.
public void Offset(float x, float y)
Parameters
x
floatThe amount to offset the location horizontally.
y
floatThe amount to offset the location vertically.
Offset(double, double)
Adjusts the location of this rectangle by the specified amount.
public void Offset(double x, double y)