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
posPdfPointThe 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
xfloatThe amount to offset the location horizontally.
yfloatThe 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)