NAME
MstrProjection - string with projection
SYNOPSIS
#include "csf.h"
const char *MstrProjection(CSF_PT p);
PARAMETERS
-
CSF_PT p
-
projection constant, 0 is
top to bottom. non-0 is bottom
to top
Possible values for a
CSF_PT
are as follows:
* these two can be returned by or passed to a csf2 function
- PT_YINCT2B - Y increase from top to bottom.
- PT_YDECT2B - Y decrease from top to bottom.
* this one CANNOT be returned by NOR passed to a csf2 function
- PT_UNDEFINED - Just some value different from the rest.
DESCRIPTION
The string is in lower case.
string with name of projection
SEE ALSO
RstrCellRepr
,
RstrValueScale