次の方法で共有


GLES10.GlOrthox(Int32, Int32, Int32, Int32, Int32, Int32) メソッド

定義

[Android.Runtime.Register("glOrthox", "(IIIIII)V", "")]
public static void GlOrthox (int left, int right, int bottom, int top, int zNear, int zFar);
[<Android.Runtime.Register("glOrthox", "(IIIIII)V", "")>]
static member GlOrthox : int * int * int * int * int * int -> unit

パラメーター

left
Int32
right
Int32
bottom
Int32
top
Int32
zNear
Int32
zFar
Int32
属性

注釈

このページの一部は、Androidオープンソースプロジェクトによって作成および共有された作業に基づく変更でありCreative Commons 2.5属性ライセンスに記載されている条件に従って使用されます。

適用対象