PhotoCaptureDevice.FocusRegion property

Gets or sets the region in the viewfinder where the camera focuses.

Syntax

public Nullable<Rect> FocusRegion { get; set; }
Public Property FocusRegion As Nullable(Of Rect)
public:
property IReference<Rect>^ FocusRegion { 
   IReference<Rect>^ get();
   void set (IReference<Rect>^ value);
}

Property value

Type: IReference<Rect> [C++] | System.Nullable<Rect> [.NET]

The focus region.

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