コード例 #1
0
 public void SetBgImageStyle(AspectFillMethod FillStyle, bool update)
 {
     Visual3d_View_SetBgImageStyle254163A9(Instance, (int)FillStyle, update);
 }
コード例 #2
0
 public bool SetBackground(string aName, AspectFillMethod aMethod)
 {
     return(WNT_Window_SetBackground7B49F0A3(Instance, aName, (int)aMethod));
 }
コード例 #3
0
 public void SetBackgroundImage(string FileName, AspectFillMethod FillStyle, bool update)
 {
     Visual3d_View_SetBackgroundImage5C59B37F(Instance, FileName, (int)FillStyle, update);
 }