Element.GetSubElementOffsetBytes(Int32) Method

Definition

This function specifies the location of a sub-element within the element

[Android.Runtime.Register("getSubElementOffsetBytes", "(I)I", "GetGetSubElementOffsetBytes_IHandler")]
public virtual int GetSubElementOffsetBytes (int index);
[<Android.Runtime.Register("getSubElementOffsetBytes", "(I)I", "GetGetSubElementOffsetBytes_IHandler")>]
abstract member GetSubElementOffsetBytes : int -> int
override this.GetSubElementOffsetBytes : int -> int

Parameters

index
Int32

index of the sub-element

Returns

offset in bytes of sub-element in this element at given index

Attributes

Remarks

This function specifies the location of a sub-element within the element

Java documentation for android.renderscript.Element.getSubElementOffsetBytes(int).

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