eant_ArcElementRender

Go Back

Summary:
  Render a arc element.

Header File:
  eant.h

Library Name:
  elib

void    eant_ArcElementRender  (
    Eint_InitToolkitData*    erdinit,
    Eant_StyleLibrary*    styleLib,
    Eant_SymbolLibrary*    symbolLib,
    Eant_Criteria*    criteria,
    Eevg_Drawing*    drawing,
    Eant_Element*    element,
    Exfr_XForm*    xform,
    Eant_CoordSysConversion*    coordConvert,
    Eerr_ErrorReport**    lclerr,
  )
coordConvert
    The coordinate system conversion factors.
criteria
    The selection criteria.
drawing
    A pointer to EEVG drawing control structure, obtained from eevg_DrawingInit call.
element
    The input element.
erdinit
    Pointer to ToolKit Intialization structure.
lclerr
    Error handling structure pointer.
styleLib
    The style library to delete the styles from.
symbolLib
    The symbol library to delete the symbolData from.
xform
    The transformation to be used to calculate bounding box.

Description:
  Render a arc element.

Notes:
  None.

Return Description:
  This function is of type void. If an error occurs this function calls eerr_CreateErrorReport.