共用方式為


Allocation.CreateTyped 方法

定義

多載

CreateTyped(RenderScript, Type)

建立配置以供腳本搭配指定 android.renderscript.Type 且沒有Mipmap使用

CreateTyped(RenderScript, Type, AllocationUsage)

使用類型所指定的大小建立配置,且預設不會產生任何Mipmap

CreateTyped(RenderScript, Type, Allocation+MipmapControl, AllocationUsage)

建立配置以供腳本搭配指定 android.renderscript.Type 且沒有Mipmap使用

CreateTyped(RenderScript, Type)

建立配置以供腳本搭配指定 android.renderscript.Type 且沒有Mipmap使用

[Android.Runtime.Register("createTyped", "(Landroid/renderscript/RenderScript;Landroid/renderscript/Type;)Landroid/renderscript/Allocation;", "")]
public static Android.Renderscripts.Allocation? CreateTyped (Android.Renderscripts.RenderScript? rs, Android.Renderscripts.Type? type);
[<Android.Runtime.Register("createTyped", "(Landroid/renderscript/RenderScript;Landroid/renderscript/Type;)Landroid/renderscript/Allocation;", "")>]
static member CreateTyped : Android.Renderscripts.RenderScript * Android.Renderscripts.Type -> Android.Renderscripts.Allocation

參數

rs
RenderScript

配置所屬的內容。

type
Type

描述數據配置的 RenderScript 類型

傳回

配置

屬性

備註

建立配置以供腳本搭配指定 android.renderscript.Type 且沒有Mipmap使用

android.renderscript.Allocation.createTyped(android.renderscript.RenderScript, android.renderscript.Type)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於

CreateTyped(RenderScript, Type, AllocationUsage)

使用類型所指定的大小建立配置,且預設不會產生任何Mipmap

[Android.Runtime.Register("createTyped", "(Landroid/renderscript/RenderScript;Landroid/renderscript/Type;I)Landroid/renderscript/Allocation;", "")]
public static Android.Renderscripts.Allocation? CreateTyped (Android.Renderscripts.RenderScript? rs, Android.Renderscripts.Type? type, Android.Renderscripts.AllocationUsage usage);
[<Android.Runtime.Register("createTyped", "(Landroid/renderscript/RenderScript;Landroid/renderscript/Type;I)Landroid/renderscript/Allocation;", "")>]
static member CreateTyped : Android.Renderscripts.RenderScript * Android.Renderscripts.Type * Android.Renderscripts.AllocationUsage -> Android.Renderscripts.Allocation

參數

rs
RenderScript

配置所屬的內容。

type
Type

描述數據配置的 renderscript 類型

usage
AllocationUsage

指定配置使用方式的位欄位

傳回

配置

屬性

備註

使用類型所指定的大小建立配置,且預設不會產生任何Mipmap

android.renderscript.Allocation.createTyped(android.renderscript.RenderScript, android.renderscript.Type, int)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於

CreateTyped(RenderScript, Type, Allocation+MipmapControl, AllocationUsage)

建立配置以供腳本搭配指定 android.renderscript.Type 且沒有Mipmap使用

[Android.Runtime.Register("createTyped", "(Landroid/renderscript/RenderScript;Landroid/renderscript/Type;Landroid/renderscript/Allocation$MipmapControl;I)Landroid/renderscript/Allocation;", "")]
public static Android.Renderscripts.Allocation? CreateTyped (Android.Renderscripts.RenderScript? rs, Android.Renderscripts.Type? type, Android.Renderscripts.Allocation.MipmapControl? mips, Android.Renderscripts.AllocationUsage usage);
[<Android.Runtime.Register("createTyped", "(Landroid/renderscript/RenderScript;Landroid/renderscript/Type;Landroid/renderscript/Allocation$MipmapControl;I)Landroid/renderscript/Allocation;", "")>]
static member CreateTyped : Android.Renderscripts.RenderScript * Android.Renderscripts.Type * Android.Renderscripts.Allocation.MipmapControl * Android.Renderscripts.AllocationUsage -> Android.Renderscripts.Allocation

參數

rs
RenderScript

配置所屬的內容。

type
Type

描述數據配置的 RenderScript 類型

mips
Allocation.MipmapControl

指定配置所需的 Mipmap 行為

usage
AllocationUsage

指定配置使用方式的位欄位

傳回

配置

屬性

備註

android.renderscript.Allocation.createTyped(android.renderscript.RenderScript, android.renderscript.Type)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於