コード例 #1
0
 public void ToBlackWhite(Image_PixMap theImage)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public bool InitCopy(Image_PixMap theCopy)
 {
     throw new NotImplementedException();
 }
コード例 #3
0
 public bool SwapRgbaBgra(Image_PixMap theImage)
 {
     throw new NotImplementedException();
 }
コード例 #4
0
 public Image_PixMap(Image_PixMap parameter1)
     : base()
 {
     throw new NotImplementedException();
 }
コード例 #5
0
 public bool SaveDiffImage(Image_PixMap theDiffImage)
 {
     throw new NotImplementedException();
 }
コード例 #6
0
 public bool Init(Image_PixMap theImageRef, Image_PixMap theImageNew)
 {
     throw new NotImplementedException();
 }
コード例 #7
0
 public bool Init(Image_PixMap theImageRef, Image_PixMap theImageNew, bool theToBlackWhite)
 {
     throw new NotImplementedException();
 }