コード例 #1
0
 public bool BufferDump(Image_PixMap theImage, ref Graphic3d_BufferType theBufferType)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
ファイル: V3d_View.cs プロジェクト: Oblikovati/CascadeSharp
 public bool ToPixMap(Image_PixMap theImage, int theWidth, int theHeight, ref Graphic3d_BufferType theBufferType,
                      bool theToAdjustAspect, V3d_StereoDumpOptions theStereoOptions)
 {
     throw new NotImplementedException();
 }
コード例 #3
0
ファイル: V3d_View.cs プロジェクト: Oblikovati/CascadeSharp
 public bool ToPixMap(Image_PixMap theImage, int theWidth, int theHeight, ref Graphic3d_BufferType theBufferType)
 {
     throw new NotImplementedException();
 }
コード例 #4
0
ファイル: V3d_View.cs プロジェクト: Oblikovati/CascadeSharp
 public bool Dump(string theFile, ref Graphic3d_BufferType theBufferType)
 {
     throw new NotImplementedException();
 }