ApplyOffset Method
ApplyOffset(float, float)
Adjusts the positions of content rectangle, inline and anchored objects by a specified amount.
Declaration
public void ApplyOffset(float dx, float dy)
Public Sub ApplyOffset(dx As Single, dy As Single)
Parameters
Type |
Name |
Description |
float |
dx |
The offset along the horizontal direction.
|
float |
dy |
The offset along the vertical direction.
|