.. index:: pair: class; P1::ImageSdk::BitmapImage .. _doxid-class_p1_1_1_image_sdk_1_1_bitmap_image: class P1::ImageSdk::BitmapImage =============================== .. toctree:: :hidden: Overview ~~~~~~~~ In-memory representation of an RGB bitmap image. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include class BitmapImage: public :ref:`P1::ImageSdk::BitmapBase` { public: // methods :ref:`BitmapFormat` :ref:`Format`() const; :ref:`ColorSpace` :target:`GetColorSpace`() const; uint32_t :ref:`Width`() const; uint32_t :ref:`Height`() const; :ref:`Rect` :ref:`SourceCrop`() const; }; // direct descendants template class :ref:`MutableBitmapImage`; Inherited Members ----------------- .. ref-code-block:: cpp :class: doxyrest-overview-inherited-code-block public: // methods int64_t :ref:`ByteSize`() const; uint32_t :ref:`Stride`() const; uint32_t :ref:`BitsPerSample`() const; uint32_t :ref:`SamplesPerPixel`() const; :ref:`MSVC_ALLOW_PUBLIC_STL`(std::shared_ptr Data()); .. _details-class_p1_1_1_image_sdk_1_1_bitmap_image: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ In-memory representation of an RGB bitmap image. Methods ------- .. index:: pair: function; Format .. _doxid-class_p1_1_1_image_sdk_1_1_bitmap_image_1adee698d96221e62e7a6c9b0890f5c924: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`BitmapFormat` Format() const The pixel format of the Data array. .. index:: pair: function; Width .. _doxid-class_p1_1_1_image_sdk_1_1_bitmap_image_1a71d0652e3e101de76c56181987b0cf9e: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint32_t Width() const Image Width in pixels. .. index:: pair: function; Height .. _doxid-class_p1_1_1_image_sdk_1_1_bitmap_image_1a10e74dc8dab5e922ac479bb27a9f0d05: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint32_t Height() const Image height in pixels. .. index:: pair: function; SourceCrop .. _doxid-class_p1_1_1_image_sdk_1_1_bitmap_image_1a12233df605e777268f4c0d47fcff84ef: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`Rect` SourceCrop() const If this image is cropped from a larger source image, this is the crop in source coordinates.