.. index:: pair: struct; P1::ImageSdkC::BitmapImageRep .. _doxid-struct_p1_1_1_image_sdk_c_1_1_bitmap_image_rep: struct P1::ImageSdkC::BitmapImageRep ==================================== .. toctree:: :hidden: Overview ~~~~~~~~ .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct BitmapImageRep { // fields uint32_t :target:`width`; uint32_t :target:`height`; uint16_t :target:`bitsPerSample`; uint16_t :target:`samplesPerPixel`; int64_t :target:`byteSize`; :ref:`BitmapImageRepFormat` :target:`format`; :ref:`BitmapColorSpace` :target:`colorSpace`; :ref:`Rect` :ref:`sourceCrop`; uint8_t* :target:`data`; uint32_t :target:`stride` = 0; }; .. _details-struct_p1_1_1_image_sdk_c_1_1_bitmap_image_rep: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Fields ------ .. index:: pair: variable; sourceCrop .. _doxid-struct_p1_1_1_image_sdk_c_1_1_bitmap_image_rep_1a914c9dfc3e8e6570de737bb13bb3822c: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`Rect` sourceCrop If the image was cropped before it was scaled, this is the original crop