#include "ltwrappr.h"
L_INT LNITFFile::AppendGraphicSegment(pVector, prcVecBounds)
LVectorBase * pVector; |
pointer to LVectorBase class object |
LPRECT prcVecBounds; |
pointer to a RECT structure |
Appends a graphic data to the graphic segment inside the NITF file.
Parameter |
Description |
pVector |
Pointer to an LVectorBase class object that holds the graphic data to be added to the graphic segment into the NITF file. |
prcVecBounds |
Pointer to a RECT structure that specifies the bounding rectangle for the graphic data. |
SUCCESS |
The function was successful. |
< 1 |
An error occurred. Refer to Return Codes. |
Required DLLs and Libraries
LTNTF For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application. |
For an example, refer to LNITFFile::Create.