PhotoCaptureDevice.CaptureResolution property

Gets the capture resolution.

Syntax

public Size CaptureResolution { get; }
Public ReadOnly Property CaptureResolution As Size
public:
property Size CaptureResolution { 
   Size get();
}

Property value

Type: Size

The capture resolution.

Requirements

Minimum supported client

None supported

Minimum supported server

None supported

Minimum supported phone

Windows Phone 8

Namespace

Windows.Phone.Media.Capture Windows::Phone::Media::Capture [C++]

Metadata

Windows.WinMD

Capabilities

ID_CAP_ISV_CAMERA [Windows Phone]

See also

PhotoCaptureDevice