示例#1
0
 public void SetBackgroundImageStyle(Aspect_FillMethod theFillStyle)
 {
     throw new NotImplementedException();
 }
示例#2
0
 public void SetBackgroundImage(Graphic3d_Texture2D theTexture, Aspect_FillMethod theFillStyle)
 {
     throw new NotImplementedException();
 }
示例#3
0
 public void SetBgImageStyle(Aspect_FillMethod theFillStyle, bool theToUpdate)
 {
     throw new NotImplementedException();
 }
示例#4
0
 public void SetBackgroundImage(string theFileName, Aspect_FillMethod theFillStyle, bool theToUpdate)
 {
     throw new NotImplementedException();
 }