Summary:
Set the fill style of an element with arc info.
Header File:
eant.h
Library Name:
elib
void eant_ArcElementSetFillStyle (
Eant_AnnotationInfo* antInfo,
Eant_Element* element,
Eant_StyleNumber fillStyle,
Eerr_ErrorReport** lclerr,
)
antInfo Specifies the input annotation information.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.
Notes:
None.
Return Description:
This function is of type void. If an error occurs this function calls eerr_CreateErrorReport.