byte[] imgByte = new byte[ImageContext.Length - HEADSIZE];
IntPtr imgPtr = Marshal.AllocHGlobal(imgByte.Length);
C#获取Byte[]字节数组的指针
最新推荐文章于 2024-08-13 21:27:16 发布
byte[] imgByte = new byte[ImageContext.Length - HEADSIZE];
IntPtr imgPtr = Marshal.AllocHGlobal(imgByte.Length);