Exemplo n.º 1
0
 sealed override public void setPixels(int[] i_x, int[] i_y, int i_num, int[] i_intrgb)
 {
     NyARRuntimeException.notImplement();
 }
Exemplo n.º 2
0
 public void wrapBuffer(Object i_ref_buf)
 {
     NyARRuntimeException.notImplement();
 }
Exemplo n.º 3
0
 sealed override public void setPixel(int i_x, int i_y, int i_r, int i_g, int i_b)
 {
     NyARRuntimeException.notImplement();
 }
 /**
  * このクラスでは、関数は機能しません。
  */
 public override void wrapBuffer(object i_ref_buf)
 {
     NyARRuntimeException.notImplement();
 }