.. _doxcsid-interface_p1_1_1_camera_sdk_1_1_i_image_buffer_frame: IImageBufferFrame Interface ~~~~~~~~~~~~~~~~~~~~~~~~~~~ Definition ^^^^^^^^^^ *Namespace:* ``P1.CameraSdk`` Base class for those image buffers that specifies height and width. :ref:`More...` .. ref-code-block:: csharp :class: doxyrest-overview-code-block public interface IImageBufferFrame : :ref:`P1::CameraSdk::IImageBuffer` .. _csdetails-interface_p1_1_1_camera_sdk_1_1_i_image_buffer_frame: Remarks ^^^^^^^ Base class for those image buffers that specifies height and width. Properties ^^^^^^^^^^ .. toctree:: :hidden: DestinationWidth DestinationHeight .. list-table:: :widths: 30 70 * - :ref:`DestinationWidth ` - The buffers width in pixels * - :ref:`DestinationHeight ` - The buffers height in pixels