Appends a graphic data to the graphic segment inside the NITF file.
#include "ltwrappr.h"
L_INT LNITFFile::AppendGraphicSegment(pVector, prcVecBounds)
Pointer to an LVectorBase class object that holds the graphic data to be added to the graphic segment into the NITF file.
Pointer to a RECT structure that specifies the bounding rectangle for the graphic data.
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
For an example, refer to LNITFFile::Create.