FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / SpreadShapesContainer Class / MoveChildren Method
Amount to offset object horizontally
Amount to offset object vertically


In This Topic
MoveChildren Method (SpreadShapesContainer)
In This Topic
Moves the objects in the container by a specified amount.
Syntax
'Declaration
 
Public Overridable Sub MoveChildren( _
   ByVal offsetX As Integer, _
   ByVal offsetY As Integer _
) 
 
'Usage
 
Dim instance As SpreadShapesContainer
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
See Also