Click or drag to resize
SoWinRenderArea Constructor
Overload List
  NameDescription
Public methodSoWinRenderArea
Calls SoWinRenderArea((System.Windows.Forms.Control ^)nullptr, (System.String ^)nullptr, true, true, true).
Public methodSoWinRenderArea(Control)
Calls SoWinRenderArea(parent, (System.String ^)nullptr, true, true, true).
Public methodSoWinRenderArea(Control, String)
Calls SoWinRenderArea(parent, name, true, true, true).
Public methodSoWinRenderArea(Control, String, Boolean)
Calls SoWinRenderArea(parent, name, buildInsideParent, true, true).
Public methodSoWinRenderArea(Control, String, Boolean, Boolean)
Calls SoWinRenderArea(parent, name, buildInsideParent, getMouseInput, true).
Public methodSoWinRenderArea(Control, String, Boolean, Boolean, Boolean)

Constructor which is passed arguments which tell it whether to register the mouse and keyboard devices by default (OIV.Inventor.Win.Devices.SoWinMouse and OIV.Inventor.Win.Devices.SoWinKeyboard).

Top
See Also