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