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