.. _doxcsid-interface_p1_1_1_camera_sdk_1_1_i_tile: ITile Interface ~~~~~~~~~~~~~~~ Definition ^^^^^^^^^^ *Namespace:* ``P1.CameraSdk`` A buffer that is a tile (crop) of an image. :ref:`More...` .. ref-code-block:: csharp :class: doxyrest-overview-code-block public interface ITile : :ref:`P1::CameraSdk::IImageBufferFrame` .. _csdetails-interface_p1_1_1_camera_sdk_1_1_i_tile: Remarks ^^^^^^^ A buffer that is a tile (crop) of an image. *Image browsing* feature enables zoom and pan, by delivering tiles of images using this interface class. Properties ^^^^^^^^^^ .. toctree:: :hidden: SourceOffsetX SourceOffsetY SourceWidth SourceHeight ScaleFactor .. list-table:: :widths: 30 70 * - :ref:`SourceOffsetX ` - This is a horizontal crop offset, in pixels. * - :ref:`SourceOffsetY ` - This is a vertical crop offset, in pixels. * - :ref:`SourceWidth ` - This is source (original) image width in pixels * - :ref:`SourceHeight ` - This is source (original) image height in pixels * - :ref:`ScaleFactor ` - This is the scaling factor that is applied to the tiled image. If any.