Initializes a new instance of the
MoveFloatingObjectExtent class.
Syntax
'Declaration
Public Function New( _
ByVal () As System.String, _
ByVal As System.Double, _
ByVal As System.Double _
)
'Usage
Dim names() As System.String
Dim offsetX As System.Double
Dim offsetY As System.Double
Dim instance As New MoveFloatingObjectExtent(names, offsetX, offsetY)
public MoveFloatingObjectExtent(
System.string[] ,
System.double ,
System.double
)
Parameters
- names
- The names.
- offsetX
- The X offset.
- offsetY
- The Y offset.
See Also