i have a 3D array and i want to get IntPtr
to point on it so here what i did ..can anyone tell me if it's right or not...
fixed (Int16* mypointer = &myvolume[0, 0, 0])
{
//then i cast mypointer as IntPtr
}
notice that myvolume is of dimensions 200 x 100 x 100