Creates an Allocation containing string data encoded in UTF-8 format.
Syntax
[Android.Runtime.Register("createFromString", "(Landroid/renderscript/RenderScript;Ljava/lang/String;I)Landroid/renderscript/Allocation;", "")]
public static
Allocation CreateFromString (
RenderScript rs,
string str, [Android.Runtime.GeneratedEnum]
AllocationUsage usage)
Parameters
- rs
- Context to which the allocation will belong.
- str
- string to create the allocation from
- usage
- bit field specifying how the allocaiton is
utilized
Returns
Documentation for this section has not yet been entered.
Remarks
Requirements
Namespace: Android.Renderscripts
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11