Jump to content

SCALEFACT: Difference between revisions

From EDM2
Anakor (talk | contribs)
New
 
Ak120 (talk | contribs)
mNo edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== SCALEFACT ==
Address of the control block structure that contains the current row and column coordinate scaling factors.
 
Address of the control block structure that contains the current row and
column coordinate scaling factors.


=== Type ===
=== Type ===
 
  [[ULONG]]  rowScale
  [[OS2 API:DataType:ULONG|ULONG]]  rowScale
  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:Data type]]

Latest revision as of 18:01, 14 September 2019

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).