Script.LaunchOptions.SetY(Int32, Int32) 方法

定义

设置 Y 范围。

[Android.Runtime.Register("setY", "(II)Landroid/renderscript/Script$LaunchOptions;", "")]
public Android.Renderscripts.Script.LaunchOptions? SetY(int ystartArg, int yendArg);
[<Android.Runtime.Register("setY", "(II)Landroid/renderscript/Script$LaunchOptions;", "")>]
member this.SetY : int * int -> Android.Renderscripts.Script.LaunchOptions

参数

ystartArg
Int32

必须为 >= 0

yendArg
Int32

必须为 >= ystartArg

返回

属性

注解

本页的某些部分是根据 创建和共享的工作进行的修改,并根据 许可证中所述的条款使用。

适用于