CameraCaptureUIPhotoCaptureSettings 类

定义

提供使用 CameraCaptureUI 捕获照片的设置。 设置包括纵横比、图像大小、格式、分辨率以及用户界面 (UI) 是否允许裁剪。

public ref class CameraCaptureUIPhotoCaptureSettings sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class CameraCaptureUIPhotoCaptureSettings final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class CameraCaptureUIPhotoCaptureSettings
Public NotInheritable Class CameraCaptureUIPhotoCaptureSettings
继承
Object Platform::Object IInspectable CameraCaptureUIPhotoCaptureSettings
属性

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)
应用功能
microphone webcam

注解

若要获取此对象的实例,请检索 PhotoSettings 属性。

属性

AllowCropping

确定是否在用户界面中启用照片裁剪以捕获照片。

CroppedAspectRatio

捕获的照片的纵横比。

CroppedSizeInPixels

所捕获照片的确切大小(以像素为单位)。

Format

确定将存储捕获的照片的格式。

MaxResolution

确定用户能够选择的最大分辨率。

适用于