KnownCameraIntrinsicsProperties.PrincipalPoint プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
カメラを基準にして、プリンシパル ポイントを示す単精度の浮動小数点プロパティ値の配列を取得するために使用される文字列キーを取得します。
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
プロパティ値
カメラに対する相対的なプリンシパル ポイントを示します。 このプロパティは、ベクトルとして解釈する必要がある SingleArray 値です。
- 属性