MIL_ID DestBufId, | //in |
MIL_INT OffX, | //in |
MIL_INT OffY, | //in |
MIL_INT SizeX, | //in |
MIL_INT SizeY, | //in |
const void *UserArrayPtr | //in |
This function copies data from a user-supplied array to a two-dimensional area of the specified MIL destination buffer. If the user-supplied array has multiple bands, MIL copies the data from the user-supplied array to the destination buffer sequentially. The internal data format of the user-supplied array need not match the data format of the MIL destination buffer (planar); an internal conversion will be performed if necessary. Note, however, if the formats do match, the operation will be much faster. For more information, refer to MbufPutColor2d() with M_PLANAR.
Specifies the identifier of the destination buffer.
If the specified buffer is an image buffer with an associated region of interest (ROI), an error will occur.
Specifies the horizontal offset of the destination buffer area in which to put the data, relative to the destination buffer's top-left pixel.
Header | Include mil.h. |
Library | Use mil.lib. |
DLL | Requires mil.dll. |