예제 #1
0
 public static int pixacompAddPixcomp(this PixaComp pixac, PixComp pixc, int copyflag)
 {
     throw new NotImplementedException();
 }
예제 #2
0
 public static int pixacompReplacePixcomp(this PixaComp pixac, int index, PixComp pixc)
 {
     throw new NotImplementedException();
 }
예제 #3
0
 // Pixcomp conversion to Pix
 public static Pix pixCreateFromPixcomp(this PixComp pixc)
 {
     throw new NotImplementedException();
 }
예제 #4
0
 // Pixcomp accessors
 public static int pixcompGetDimensions(this PixComp pixc, out int pw, out int ph, out int pd)
 {
     throw new NotImplementedException();
 }
예제 #5
0
 public static PixComp pixcompCopy(this PixComp pixcs)
 {
     throw new NotImplementedException();
 }
예제 #6
0
 public static int pixcompWriteStreamInfo(IntPtr fp, PixComp pixc, string text)
 {
     throw new NotImplementedException();
 }
예제 #7
0
 public static void pixcompDestroy(this PixComp ppixc)
 {
     throw new NotImplementedException();
 }