SbViewportRegionGetWindowSize Method |
Note: This API is now obsolete.
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 9.9.13.0.Release.1490cabe7ee249bd6cc986579d4e6231040bc6f5
Syntax[ObsoleteAttribute("Use WindowSize property instead")]
public SbVec2s GetWindowSize()
<ObsoleteAttribute("Use WindowSize property instead")>
Public Function GetWindowSize As SbVec2s
public:
[ObsoleteAttribute(L"Use WindowSize property instead")]
SbVec2s GetWindowSize()
[<ObsoleteAttribute("Use WindowSize property instead")>]
member GetWindowSize : unit -> SbVec2s
Return Value
Type:
SbVec2s
See Also