Spread WPF Documentation
MoveFloatingObjectExtent Constructor


The names.
The X offset.
The Y offset.
Initializes a new instance of the MoveFloatingObjectExtent class.
Syntax
'Declaration
 
Public Function New( _
   ByVal names() As System.String, _
   ByVal offsetX As System.Double, _
   ByVal offsetY 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[] names,
   System.double offsetX,
   System.double offsetY
)

Parameters

names
The names.
offsetX
The X offset.
offsetY
The Y offset.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)

See Also

Reference

MoveFloatingObjectExtent Class
MoveFloatingObjectExtent Members

 

 


Copyright © GrapeCity, inc. All rights reserved.