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(
double x,
double y
)
VB
Public Sub Offset (
x As Double,
y As Double
)
Parameters
- x
- Type: System.Double
The amount to offset the location horizontally. - y
- Type: System.Double
The amount to offset the location vertically.
See Also