eant_ArcElementSetFillStyleByStyleAndRecalcBbox

Go Back

Summary:
  Set the fill style of the input arc to the input style and recalculate the bounding box.

Header File:
  eant.h

Library Name:
  elib

void    eant_ArcElementSetFillStyleByStyleAndRecalcBbox  (
    Eant_AnnotationInfo*    antInfo,
    Eant_Element*    element,
    Eant_Style*    fillStyle,
    Eant_CoordSysConversion*    coordConvert,
    Eerr_ErrorReport**    lclerr,
  )
antInfo
    Specifies the input annotation information.
coordConvert
    The coordinate system conversion factors.
element
    The input element.
fillStyle
    A pointer to fill style structure, created with eevg_FillStyleCreate and initialized with style information.
lclerr
    Error handling structure pointer.

Description:
  Set the fill style of an element with arc info to the input selected style and recalculate the element's bounding box.

Notes:
  None.

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