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