Moves the objects in the container by a specified amount.
public virtual void MoveChildren(
int ,
int
)
'Declaration
Public Overridable Sub MoveChildren( _
ByVal As Integer, _
ByVal As Integer _
)
'Usage
Dim instance As PSContainer
Dim offsetX As Integer
Dim offsetY As Integer
instance.MoveChildren(offsetX, offsetY)
Parameters
- offsetX
- Amount to offset object horizontally
- offsetY
- Amount to offset object vertically