SCALEFACT: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
== SCALEFACT == | == SCALEFACT == | ||
Address of the control block structure that contains the current row and | Address of the control block structure that contains the current row and | ||
column coordinate scaling factors. | column coordinate scaling factors. | ||
=== Type === | === Type === | ||
[[OS2 API:DataType:ULONG|ULONG]] rowScale | [[OS2 API:DataType:ULONG|ULONG]] rowScale | ||
[[OS2 API:DataType:ULONG|ULONG]] colScale | [[OS2 API:DataType:ULONG|ULONG]] colScale | ||
==== C Declaration Method ==== | ==== C Declaration Method ==== | ||
typedef struct | typedef struct | ||
=== Fields === | === Fields === | ||
rowScale Row scaling factor. | rowScale Row scaling factor. | ||
colScale Column coordinate scaling factor. | colScale Column coordinate scaling factor. | ||
=== Comment === | === Comment === | ||
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). | ||
[[Category:The OS/2 API Project]] | [[Category:The OS/2 API Project]] |
Revision as of 00:13, 20 April 2016
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).