Offset(Int32,Int32) Method
In This Topic
Adjusts the location of all
Element objects in the list by the specified amount.
Syntax
'Declaration
Public Overloads Sub Offset( _
ByVal As Integer, _
ByVal As Integer _
)
public void Offset(
int ,
int
)
Parameters
- x
- Horizontal offset in pixels.
- y
- Vertical offset in pixels.
See Also