Compartir a través de


KnownCameraIntrinsicsProperties.FocalLength Propiedad

Definición

Obtiene una clave de cadena usada para recuperar una matriz de valores de propiedad de punto flotante de precisión sencilla que indican la longitud focal de la cámara.

public:
 static property Platform::String ^ FocalLength { Platform::String ^ get(); };
static winrt::hstring FocalLength();
/// [get: Windows.Foundation.Metadata.Deprecated("KnownCameraIntrinsicsProperties may be unavailable after Windows Creator Update.  Please refer to Windows.Media.Capture.Frames APIs on MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
static winrt::hstring FocalLength();
public static string FocalLength { get; }
public static string FocalLength { [Windows.Foundation.Metadata.Deprecated("KnownCameraIntrinsicsProperties may be unavailable after Windows Creator Update.  Please refer to Windows.Media.Capture.Frames APIs on MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")] get; }
var string = KnownCameraIntrinsicsProperties.focalLength;
Public Shared ReadOnly Property FocalLength As String

Valor de propiedad

String

Platform::String

winrt::hstring

Indica la longitud focal de la cámara. Esta propiedad es un valor SingleArray que se debe interpretar como vector.

Atributos

Se aplica a