PhotoCamera.FocusAtPoint Method

Namespace:  Microsoft.Devices
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

'Declaration
Public Sub FocusAtPoint ( _
    x As Double, _
    y As Double _
)
public void FocusAtPoint(
    double x,
    double y
)
public:
void FocusAtPoint(
    double x, 
    double y
)
member FocusAtPoint : 
        x:float * 
        y:float -> unit

Parameters

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

PhotoCamera Class

Microsoft.Devices Namespace