コード例 #1
0
ファイル: V3d_View.cs プロジェクト: Oblikovati/CascadeSharp
 public void SetBackgroundImage(Graphic3d_Texture2D theTexture)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
ファイル: V3d_View.cs プロジェクト: Oblikovati/CascadeSharp
 public void SetBackgroundImage(Graphic3d_Texture2D theTexture, Aspect_FillMethod theFillStyle)
 {
     throw new NotImplementedException();
 }