QPix Command Reference
Graphics Importers
|
|
| QPx_GetImporterOffsetAndLimit(importerRef; dataOffset; dataLimit):error | |||
|
|
importerRef | Longint | Reference to a graphics importer instance |
|
|
dataOffset | Longint | Image data offset |
|
|
dataLimit | Longint | Image data limit |
|
|
error | Longint | Error result |
Returns the values set by QPx_SetImporterOffsetAndLimit.
The default offset is 0 and the default limit is MAXLONG (hex 7FFFFFFF).
Related commands
| QPx_SetImporterOffsetAndLimit | Specifies start and end of data within a container |