Catel.Services.CameraService.FocusCameraAtPoint C# (CSharp) Метод

FocusCameraAtPoint() защищенный Метод

Starts a camera auto focus operation on a specific point in the viewfinder, for those devices that support it.
This method is already protected and only called when the service is currently running.
protected FocusCameraAtPoint ( double x, double y ) : void
x double The horizontal location in the viewfinder; a value between 0 (left) and 1.0 (right).
y double The vertical location in the viewfinder; a value between 0 (top) and 1.0 (bottom).
Результат void
        protected override void FocusCameraAtPoint(double x, double y)
        {
            throw new MustBeImplementedException();
        }