Introduction

Language Structure

IB Statements

File System

Comet 32 Runtime

Index

(Map Mode)

Mnemonic: (MapMode = Mode)
Discussion: Sets the current coordinate mapping mode. This function determines how GDI functions are mapped into the QCRT display area. The default uses pixels relative to the view area of the window.

Where Mode is:

MM.PIXEL = 0         ! Coords. = pixels
MM.PIXEL.MARG = 1    ! Coords. = pixels + margin offset
MM.COSWUNIT = 2      ! Coords. = COSW units
MM.COSWUNIT.MARG = 3 ! Coords. = COSW units + margin offset
MM.QCRTROWCOL = 4    ! Coords. = QCRT row/cols + margin offset
Note: QCRT coordinates are always relative to the margins