次の方法で共有


KnownCameraIntrinsicsProperties.FocalLength プロパティ

定義

カメラの焦点距離を示す単精度浮動小数点プロパティ値の配列を取得するために使用される文字列キーを取得します。

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

プロパティ値

String

Platform::String

winrt::hstring

カメラの焦点距離を示します。 このプロパティは、ベクトルとして解釈する必要がある SingleArray 値です。

属性

適用対象