Purpose
Sets the coordinates of the upper-left corner and the size of the DioApplication frame.
Syntax
Object.SetCoordinatesAndSize (dwLeft, dwTop, dwWidth, dwHight)
The SetCoordinatesAndSize method syntax has the following parts:
Name |
Type |
Description |
Object |
DioApplication |
DioApplication object. |
dwLeft |
|
Specifies the x-coordinate of the upper-left corner of the frame. |
dwTop |
|
Specifies the y-coordinate of the upper-left corner of the frame. |
dwWidth |
|
Specifies the width of the frame. |
dwHight |
|
Specifies the hight of the frame. |
See Also
GetCoordinatesAndSize,
ActiveDocument,
DioWindows,
WindowStyle