SetCoordinatesAndSize Method (DioApplication)

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

DWORD

Specifies the x-coordinate of the upper-left corner of the frame.

dwTop

DWORD

Specifies the y-coordinate of the upper-left corner of the frame.

dwWidth

DWORD

Specifies the width of the frame.

dwHight

DWORD

Specifies the hight of the frame.

 

See Also

GetCoordinatesAndSize, ActiveDocument, DioWindows, WindowStyle