Q3Line_Submit
You can use theQ3Line_Submit
function to submit an immediate line for drawing, picking, bounding, or writing.
TQ3Status Q3Line_Submit ( const TQ3LineData *lineData, TQ3ViewObject view);
lineData
- A pointer to a
TQ3LineData
structure.view
- A view.
DESCRIPTION
TheQ3Line_Submit
function submits for drawing, picking, bounding, or writing the immediate line whose location and attribute set are specified by thelineData
parameter. The line is drawn, picked, bounded, or written according to the view characteristics specified in theview
parameter.SPECIAL CONSIDERATIONS
You should call this function only in a submitting loop.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help