Float(Int32,Int32) Method
In This Topic
Floats the page out from the form to the specified coordinates.
Syntax
'Declaration
Public Overloads Sub Float( _
ByVal As Integer, _
ByVal As Integer _
)
public void Float(
int ,
int
)
Parameters
- x
- The x coordinate of the screen point to float to.
- y
- The y coordinate of the screen point to float to.
See Also