[]
Floats the page out from the form to a default position.
public void Float()
Floats the page out from the form to the specified position.
public void Float(Point position)
| Type | Name | Description |
|---|---|---|
| Point | position | The position. |
Floats the page out from the form to the specified coordinates.
public void Float(int x, int y)
| Type | Name | Description |
|---|---|---|
| int | x | The x coordinate of the screen point to float to. |
| int | y | The y coordinate of the screen point to float to. |