KnownCameraIntrinsicsProperties.PrincipalPoint Property

Definition

Gets a string key used to retrieve an array of single-precision, floating-point property values indicating the principal point, relative to the camera.

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

Property Value

String

Platform::String

winrt::hstring

Indicates the principal point, relative to the camera. This property is a SingleArray value that should be interpreted as a vector.

Attributes

Applies to