Method XbpPresSpace():drawMode() Foundation

Sets the drawing mode for graphic segments.

Syntax
:drawMode( [<nDrawMode>] ) --> nOldDrawMode
Parameters
<nDrawMode>
The optional parameter <nDrawMode> must be one of the #define constants listed in the following table:
Drawing modes for graphic segments
Constant Description
GRA_DM_DRAW Segments draw the graphic primitives
GRA_DM_RETAIN Segments store the graphic primitives
GRA_DM_DRAWANDRETAIN *) Segments draw and store the primitives
  1. Default value
Return

The :drawMode() method returns the current drawing mode for graphic segments as a numeric value. When a new mode is specified, the return value identifies the previously set mode.

Description

The :drawMode() method sets the drawing mode for graphic segments that are created in the presentation space. A functional version of this method also exists: the function GraSegDrawMode(). A detailed description of drawing modes is found in the discussion of this function.

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.