.. _doxcsid-class_p1_1_1_camera_sdk_1_1_live_view_image: LiveViewImage Class ~~~~~~~~~~~~~~~~~~~ Definition ^^^^^^^^^^ *Namespace:* ``P1.CameraSdk`` .. ref-code-block:: csharp :class: doxyrest-overview-code-block public class LiveViewImage : IDisposable Properties ^^^^^^^^^^ .. toctree:: :hidden: Data Width Height SourceCrop RequestedCrop FullImageSize PixelSize Format HasRequestedCrop .. list-table:: :widths: 30 70 * - :ref:`Data ` - * - :ref:`Width ` - * - :ref:`Height ` - * - :ref:`SourceCrop ` - The crop that this image has in the full image coordinate system, which might differ from what was requested * - :ref:`RequestedCrop ` - The crop that was requested for this image, from the :ref:`LiveViewConfiguration.Crop ` * - :ref:`FullImageSize ` - The dimensions of the full image, which this LiveView is part of * - :ref:`PixelSize ` - * - :ref:`Format ` - * - :ref:`HasRequestedCrop ` - True if the requested crop for this LiveView image, is the same as the actual provided one (:ref:`RequestedCrop ` == :ref:`SourceCrop `) Methods ^^^^^^^ .. toctree:: :hidden: Dispose ToString .. list-table:: :widths: 33 67 * - :ref:`Dispose() ` - * - :ref:`ToString() ` -