astEBufastEBuf
-
End the current graphical buffering context
- Description:
- This function
ends the current graphics buffering context. It should match a
corresponding call to the
astBBufastBBuf function.
- Synopsis:
- void astEBuf( AstPlot
this )
- Parameters:
-
this
-
Pointer to the PlotPlot.
- Notes:
- The nature of the buffering is determined by the underlying
graphics system (as defined by the current grf module). Each call
to this function
simply invokes the astGEBuf function in the grf module.