Element.GetSubElementOffsetBytes(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.