예제 #1
0
 public bool BufferDump(Image_PixMap theImage, ref Graphic3d_BufferType theBufferType)
 {
     throw new NotImplementedException();
 }
예제 #2
0
 public bool ToPixMap(Image_PixMap theImage, int theWidth, int theHeight, ref Graphic3d_BufferType theBufferType,
                      bool theToAdjustAspect, V3d_StereoDumpOptions theStereoOptions)
 {
     throw new NotImplementedException();
 }
예제 #3
0
 public bool ToPixMap(Image_PixMap theImage, int theWidth, int theHeight, ref Graphic3d_BufferType theBufferType)
 {
     throw new NotImplementedException();
 }
예제 #4
0
 public bool Dump(string theFile, ref Graphic3d_BufferType theBufferType)
 {
     throw new NotImplementedException();
 }