Ejemplo n.º 1
0
 public void FillMatrix(ref MandelbrotParams mparams, byte[] matrix)
 {
     fillMatrix(this._handle, ref mparams, matrix);
 }
Ejemplo n.º 2
0
 private static extern void fillMatrix(IntPtr handle, ref MandelbrotParams mparams, byte[] buffer);