次の方法で共有


KnownCameraIntrinsicsProperties.PrincipalPoint プロパティ

定義

カメラを基準にして、プリンシパル ポイントを示す単精度の浮動小数点プロパティ値の配列を取得するために使用される文字列キーを取得します。

public:
 static property Platform::String ^ PrincipalPoint { Platform::String ^ get(); };
static winrt::hstring PrincipalPoint();
/// [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 PrincipalPoint();
public static string PrincipalPoint { get; }
public static string PrincipalPoint { [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.principalPoint;
Public Shared ReadOnly Property PrincipalPoint As String

プロパティ値

String

Platform::String

winrt::hstring

カメラに対する相対的なプリンシパル ポイントを示します。 このプロパティは、ベクトルとして解釈する必要がある SingleArray 値です。

属性

適用対象