The members of Android.Hardware.Camera2.Params.MeteringRectangle are listed below.
See Also: Inherited members from Java.Lang.Object
Create a new metering rectangle. | ||
Create a new metering rectangle. | ||
Create a new metering rectangle. |
const | MeteringWeightDontCare | int (0). Weights set to this value will cause the camera device to ignore this rectangle. |
const | MeteringWeightMax | int (1000). The maximum value of valid metering weight. |
const | MeteringWeightMin | int (0). The minimum value of valid metering weight. |
[read-only] | Height | int. Return the height of the rectangle. |
[read-only] | MeteringWeight | int. Return the metering weight of the rectangle. |
[read-only] | Rect | Android.Graphics.Rect. Convenience method to create a Android.Graphics.Rect from this metering rectangle. |
[read-only] | Size | Android.Util.Size. Convenience method to create the size from this metering rectangle. |
[read-only] | UpperLeftPoint | Android.Graphics.Point. Convenience method to create the upper-left (X,Y) coordinate as a Android.Graphics.Point. |
[read-only] | Width | int. Return the width of the rectangle. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |