SoWinRenderAreaSetBackgroundIndex Method |
Sets the window background color when in color index mode.
Namespace: OIV.Inventor.WinAssembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetBackgroundIndex(
int index
)
Public Sub SetBackgroundIndex (
index As Integer
)
public:
void SetBackgroundIndex(
int index
)
member SetBackgroundIndex :
index : int -> unit
Parameters
- index
- Type: SystemInt32
Remarks Default is black (index 0)).
See Also