ApplyOffset Method (TextLayout)
In This Topic
Adjusts the positions of content rectangle, inline and anchored objects by a specified amount.
Syntax
'Declaration
Public Sub ApplyOffset( _
ByVal As System.Single, _
ByVal As System.Single _
)
public void ApplyOffset(
System.float ,
System.float
)
Parameters
- dx
- The offset along the horizontal direction.
- dy
- The offset along the vertical direction.
See Also