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;I)Landroid/renderscript/Allocation;", "")]
public static Allocation CreateSized (RenderScript rs, Element e, int count)

Parameters

rs
Context to which the Allocation will belong.
e
Element to use in the Allocation
count
the number of Elements in the Allocation

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