.. _doxcsid-class_p1_1_1_image_sdk_1_1_raw_image_1a4114a1b1bd64f17fb2ff5553012ace35: RawImage Constructor ++++++++++++++++++++ Definition """""""""" *Namespace:* ``P1.ImageSdk`` Create a :ref:`RawImage ` object from an in-memory IIQ file .. ref-code-block:: csharp :class: doxyrest-overview-code-block public RawImage (IntPtr iiqFileBuffer, int bufferByteSize) .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - iiqFileBuffer - A pointer to the un-managed memory, where the image data resides * - bufferByteSize - The size of the provided IIQ file buffer, in bytes .. rubric:: See also: :ref:`RawImage(byte[]) `