eant_AnnotationRender

Go Back

Summary:
  Render the input annotation.

Header File:
  eant.h

Library Name:
  elib

void    eant_AnnotationRender  (
    Eant_AnnotationInfo*    antInfo,
    Exfr_XForm*    xform,
    Eant_CoordSysConversion*    coordConvert,
    Eevg_Drawing*    drawing,
    Eerr_ErrorReport**    lclerr,
  )
antInfo
    Specifies the input annotation information.
coordConvert
    The coordinate system conversion factors.
drawing
    A pointer to EEVG drawing control structure, obtained from eevg_DrawingInit call.
lclerr
    Error handling structure pointer.
xform
    The transformation to be used to calculate bounding box.

Description:
  Render the annotation elements in the input annotation info to the output drawing.

Notes:
  None.

Return Description:
  This function is of type void. If an error occurs, eant_AnnotationRender calls eerr_CreateErrorReport and returns.