QPx_GetImporterOffsetAndLimit
QPx_GetImporterOffsetAndLimit(importerRef; importerRef; importerRef):error | |||
---|---|---|---|
![]() |
importerRef | Longint | Reference to a graphics importer instance |
![]() |
dataOffset | Longint | Image data offset |
![]() |
dataLimit | Longint | Image data limit |
![]() |
error | Longint | Error result |
Get the start and end of data within the image source container
This command returns the values set by QPx_SetImporterOffsetAndLimit.
The default offset is 0 and the default limit is MAXLONG (hex 7FFFFFFF).
Related commands
QPx_SetImporterOffsetAndLimit | Specify start and end of data within the image source |