.. _doxcsid-class_p1_1_1_camera_sdk_1_1_tile_request: TileRequest Class ~~~~~~~~~~~~~~~~~ Definition ^^^^^^^^^^ *Namespace:* ``P1.CameraSdk`` Input parameters for requesting a tile. :ref:`More...` .. ref-code-block:: csharp :class: doxyrest-overview-code-block public class TileRequest .. _csdetails-class_p1_1_1_camera_sdk_1_1_tile_request: Remarks ^^^^^^^ Input parameters for requesting a tile. .. rubric:: See also: :ref:`IStoredImageHandle.RequestTileAsync `, :ref:`IStoredImageHandle.Tile ` Members ^^^^^^^ .. toctree:: :hidden: x y srcWidth srcHeight .. list-table:: :widths: 30 70 * - :ref:`x ` - The horizontal pixel offset of the source crop * - :ref:`y ` - The vertical pixel offset of the source crop * - :ref:`srcWidth ` - Width The pixel width of the source crop * - :ref:`srcHeight ` - Height The pixel height of the source crop Methods ^^^^^^^ .. toctree:: :hidden: FromRect .. list-table:: :widths: 33 67 * - :ref:`FromRect(ValueRect rect) ` -