Android.Renderscripts.Allocation.CreateSized Method
Creates an Allocation with a specified number of given elements

Syntax

[Android.Runtime.Register("createSized", "(Landroid/renderscript/RenderScript;Landroid/renderscript/Element;II)Landroid/renderscript/Allocation;", "")]
public static Allocation CreateSized (RenderScript rs, Element e, int count, [Android.Runtime.GeneratedEnum] AllocationUsage usage)

Parameters

rs
Context to which the Allocation will belong.
e
Element to use in the Allocation
count
the number of Elements in the Allocation
usage
bit field specifying how the Allocation is utilized

Returns

Documentation for this section has not yet been entered.

Remarks

Creates an Allocation with a specified number of given elements

[Android Documentation]

Requirements

Namespace: Android.Renderscripts
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11