MedicalHelperExampleLogoNode Method |
Returns a logo image node for Open Inventor medical example.
This method is not important for customer applications, but the technique
can be useful for adding logo images to an application window.
Namespace: OIV.Medical.HelpersAssembly: OIV.Medical (in OIV.Medical.dll) Version: 2025.2.0.RC.db7608bfdcbf9a946be10c477147543aa35b3e32
Syntaxpublic static SoNode ExampleLogoNode()
Public Shared Function ExampleLogoNode As SoNode
public:
static SoNode^ ExampleLogoNode()
static member ExampleLogoNode : unit -> SoNode
Return Value
Type:
SoNode Returns an SoImageBackground node, but as a SoNode
See Also