Member variable XbpPresSpace():mode Foundation

Adjusts precision of graphic output

Attribute: EXPORTED
Data type: Numeric (XBPPS_MODE_NORMAL)
Description

The instance variable is used to adjust the output precision of Gra..() functions. This can be necessary for scaled graphic output caused by a changed viewport or a transformation matrix, for example. With normal precision it is possible that scaled output does not appear at the exact position and/or size in the device context. If this is the case, the drawing precision must be raised to a higher level.

#define constants listed in GRA.CH must be used for this instance variable.

Constants for :mode
Constant Description
XBPPS_MODE_NORMAL *) Normal precision
XBPPS_MODE_HIGH_PRECISION High precision
  1. default

Normal precision is usually sufficient for graphic output. If high precision is selected, the higher quality may be achieved at the expense of speed.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.