Jump to content

SCALEFACT: Difference between revisions

From EDM2
Ak120 (talk | contribs)
No edit summary
Ak120 (talk | contribs)
mNo edit summary
Line 4: Line 4:


=== Type ===
=== Type ===
  [[OS2 API:DataType:ULONG|ULONG]]  rowScale
  [[ULONG]]  rowScale
  [[OS2 API:DataType:ULONG|ULONG]] colScale
  ULONG  colScale


==== C Declaration Method ====
==== C Declaration Method ====
Line 11: Line 11:


=== 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:Data type]]

Revision as of 02:19, 21 December 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).