KnownCameraIntrinsicsProperties.TangentialDistortion Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a string key used to retrieve an array of single-precision, floating-point property values indicating the tangential distortion of the camera.
public:
static property Platform::String ^ TangentialDistortion { Platform::String ^ get(); };
static winrt::hstring TangentialDistortion();
/// [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 TangentialDistortion();
public static string TangentialDistortion { get; }
public static string TangentialDistortion { [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.tangentialDistortion;
Public Shared ReadOnly Property TangentialDistortion As String
Property Value
Indicates the tangential distortion of the camera. This property is a SingleArray value that should be interpreted as a vector.
- Attributes