Exemple #1
0
 public TK_Status GetBounds(int key, float[] bounds) {
   TK_Status ret = (TK_Status)HCSBSTREAMPINVOKE.BStreamFileToolkit_GetBounds(swigCPtr, key, bounds);
   return ret;
 }