共用方式為


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

決定使用者能夠選取的最大解析度。

適用於