共用方式為


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 值,應該解譯為向量。

屬性

適用於