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

ユーザーが選択できる最大解像度を決定します。

適用対象