Jump to content

SCALEFACT: Difference between revisions

From EDM2
Anakor (talk | contribs)
New
 
No edit summary
Line 21: Line 21:


The scaling factors must be greater than or equal to 1 and less than or equal to (32K - 1).
The scaling factors must be greater than or equal to 1 and less than or equal to (32K - 1).
[[OS2_API | Back to OS/2 API]]
[[Category:The OS/2 API Project]]

Revision as of 15:08, 1 November 2011

SCALEFACT

Address of the control block structure that contains the current row and column coordinate scaling factors.

Type

ULONG  rowScale
ULONG  colScale

C Declaration Method

typedef struct

Fields

rowScale  Row scaling factor.
colScale  Column coordinate scaling factor.

Comment

The scaling factors must be greater than or equal to 1 and less than or equal to (32K - 1).


Back to OS/2 API