iwsVector_GetPtr
Syntax
IW_DECL(void*) iwsVector_GetPtr(
const IwsVector *pVector,
IwSize x
);
Parameters
- pVector
- Pointer to theIwsVectorstructure.
- x
- X shift, as columns.
Description
This function returns a pointer to the specified position in the vector buffer.
Return Values
Pointer to the vector data.