SoWinViewerGetCurrentDC Method |
Note: This API is now obsolete.
Returns the current device context used by this viewer.
Namespace: OIV.Inventor.Win.ViewersAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public virtual SbDeviceContext GetCurrentDC()
<ObsoleteAttribute("See documentation for more details")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Overridable Function GetCurrentDC As SbDeviceContext
public:
[ObsoleteAttribute(L"See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
virtual SbDeviceContext GetCurrentDC()
[<ObsoleteAttribute("See documentation for more details")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
abstract GetCurrentDC : unit -> SbDeviceContext
[<ObsoleteAttribute("See documentation for more details")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
override GetCurrentDC : unit -> SbDeviceContext
Return Value
Type:
SbDeviceContext
RemarksObsoletesince Open Inventor 9000
No longer used.
See Also