eant_AntBoundingBoxUpdateByElement

Go Back

Summary:
  Update the annotation bounding box by the bounding box of an element.

Header File:
  eant.h

Library Name:
  elib

void    eant_AntBoundingBoxUpdateByElement  (
    Eant_AnnotationInfo*    antInfo,
    Eant_Element*    element,
    Eerr_ErrorReport**    lclerr,
  )
antInfo
    Specifies the input annotation information.
element
    The input element.
lclerr
    Error handling structure pointer.

Description:
  Update the annotation bounding box by the bounding box of an element. If the bounding box of the element extends outside the current bounding box of the annotation, the annotation bounding box will be increased.

Notes:
  None.

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