Jump to content

SCALEFACT

From EDM2
Revision as of 18:01, 14 September 2019 by Ak120 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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