hwIWindow GetSyncScale

Returns the scale of a given window.

Syntax

hwIWindow_handle GetSyncScale

Application

Tcl Query

Description

Returns the scale of the window or an error code.

Example

To get the scale of a given window:
hwi GetSessionHandle mySessionName
mySessionName GetProjectHandle myProjectName
myProjectName GetPageHandle myPageName 1
myPageName GetWindowHandle myWindowName 1
myWindowName GetSyncScale

Error

3 = HW_InvalidHandle if the window handle is invalid.