CameraMetadata.ScalerRotateAndCrop270 フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Hardware.Camera2.ScalerRotateAndCropType enum directly instead of this field.

処理された画像は時計回りに 270 度回転した後、元の縦横比にトリミングされます。

[Android.Runtime.Register("SCALER_ROTATE_AND_CROP_270", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.Camera2.ScalerRotateAndCropType enum directly instead of this field.", true)]
public const Android.Hardware.Camera2.ScalerRotateAndCropType ScalerRotateAndCrop270 = 3;
[<Android.Runtime.Register("SCALER_ROTATE_AND_CROP_270", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.Camera2.ScalerRotateAndCropType enum directly instead of this field.", true)>]
val mutable ScalerRotateAndCrop270 : Android.Hardware.Camera2.ScalerRotateAndCropType

フィールド値

Value = 3
属性

注釈

処理された画像は時計回りに 270 度回転した後、元の縦横比にトリミングされます。

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象