.. _doxcsid-class_p1_1_1_image_sdk_1_1_bitmap_image: BitmapImage Class ~~~~~~~~~~~~~~~~~ Definition ^^^^^^^^^^ *Namespace:* ``P1.ImageSdk`` An in-memory bitmap image, represented using a defined pixel format, width and height :ref:`More...` .. ref-code-block:: csharp :class: doxyrest-overview-code-block public class BitmapImage : :ref:`P1::ImageSdk::BitmapBase` .. _csdetails-class_p1_1_1_image_sdk_1_1_bitmap_image: Remarks ^^^^^^^ An in-memory bitmap image, represented using a defined pixel format, width and height Properties ^^^^^^^^^^ .. toctree:: :hidden: Scan0 Format Width Height SourceCrop Stride .. list-table:: :widths: 30 70 * - :ref:`Scan0 ` - Get a IntPtr to the byte[] buffer with the image data * - :ref:`Format ` - * - :ref:`Width ` - * - :ref:`Height ` - * - :ref:`SourceCrop ` - * - :ref:`Stride ` - The memory span between each horizontal line in the image. Normally the pixel size multiplied by the width.