ETC1Util.ETC1Texture.Height Property

Definition

Get the height of the texture 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 width of the texture in pixels.

Attributes

Remarks

Get the height of the texture in pixels.

Java documentation for android.opengl.ETC1Util.ETC1Texture.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