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