コード例 #1
0
 public bool InitWrapper(Image_Format thePixelFormat, ref byte theDataPtr, ulong theSizeX, ulong theSizeY,
                         ulong theSizeRowBytes)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public bool InitTrash(Image_Format thePixelFormat, ulong theSizeX, ulong theSizeY)
 {
     throw new NotImplementedException();
 }
コード例 #3
0
 public void SetBaseFormat(Image_Format theFormat)
 {
     throw new NotImplementedException();
 }
コード例 #4
0
 public ulong SizePixelBytes(Image_Format thePixelFormat)
 {
     throw new NotImplementedException();
 }
コード例 #5
0
 public bool InitZero(Image_Format thePixelFormat, ulong theSizeX, ulong theSizeY, ulong theSizeRowBytes)
 {
     throw new NotImplementedException();
 }
コード例 #6
0
 public bool IsSupported(Image_Format theFormat)
 {
     throw new NotImplementedException();
 }