Exemplo n.º 1
0
 [DllImport(Abci.Lib)] public static extern void aiPointsGetSampleSummary(IntPtr sample, ref aiPointsSampleSummary dst);
Exemplo n.º 2
0
 public void GetSummary(ref aiPointsSampleSummary dst)
 {
     NativeMethods.aiPointsGetSampleSummary(self, ref dst);
 }