.. _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 Constructors ^^^^^^^^^^^^ .. toctree:: :hidden: BitmapImage BitmapImage .. list-table:: :widths: 30 70 * - :ref:`BitmapImage() ` - * - :ref:`BitmapImage(int width, int height, BitmapFormat format, int alignedBits=1) ` - Properties ^^^^^^^^^^ .. toctree:: :hidden: Stride Format Width Height BitsPerSample SamplesPerPixel SourceCrop .. list-table:: :widths: 30 70 * - :ref:`Stride ` - The memory span between each horizontal line in the image. Normally the pixel size multiplied by the width. * - :ref:`Format ` - * - :ref:`Width ` - * - :ref:`Height ` - * - :ref:`BitsPerSample ` - * - :ref:`SamplesPerPixel ` - * - :ref:`SourceCrop ` - Methods ^^^^^^^ .. toctree:: :hidden: DebugPrint GetIntPtr .. list-table:: :widths: 33 67 * - :ref:`DebugPrint() ` - * - :ref:`GetIntPtr() ` - Get a IntPtr to the byte[] buffer with the image data