[]
Moves the objects in the container by a specified amount.
public virtual void MoveChildren(int offsetX, int offsetY)
Public Overridable Sub MoveChildren(offsetX As Integer, offsetY As Integer)
Type | Name | Description |
---|---|---|
int | offsetX | Amount to offset object horizontally |
int | offsetY | Amount to offset object vertically |