Share via


Allocation.BytesSize Property

Definition

Get the size of the Allocation in bytes.

public virtual int BytesSize { [Android.Runtime.Register("getBytesSize", "()I", "GetGetBytesSizeHandler")] get; }
[<get: Android.Runtime.Register("getBytesSize", "()I", "GetGetBytesSizeHandler")>]
member this.BytesSize : int

Property Value

size of the Allocation in bytes.

Attributes

Remarks

Get the size of the Allocation in bytes.

Java documentation for android.renderscript.Allocation.getBytesSize().

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