ImageReader.Height Property

Definition

The default height of Image Images, in pixels.

public virtual int Height { [Android.Runtime.Register("getHeight", "()I", "GetGetHeightHandler")] get; }
[<get: Android.Runtime.Register("getHeight", "()I", "GetGetHeightHandler")>]
member this.Height : int

Property Value

the expected height of an Image

Attributes

Remarks

The default height of Image Images, in pixels.

The height may be overridden by the producer sending buffers to this ImageReader's Surface. If so, the actual height of the images can be found using Image#getHeight.

Java documentation for android.media.ImageReader.getHeight().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to