SoOffscreenRendererSetupPixmap Method |
Do all the setup for rendering and make the offscreen context current (useful if you want to make your own OpenGL calls)
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public bool SetupPixmap()
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Function SetupPixmap As Boolean
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
bool SetupPixmap()
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member SetupPixmap : unit -> bool
Return Value
Type:
Boolean
Remarks
See Also