SbViewportRegionGetViewportSize Method |
Note: This API is now obsolete.
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2025.1.1.Release.aae05d43a9911e9918768ef1b3c563ff7f85d727
Syntax[ObsoleteAttribute("Use ViewportSize property instead")]
public SbVec2f GetViewportSize()
<ObsoleteAttribute("Use ViewportSize property instead")>
Public Function GetViewportSize As SbVec2f
public:
[ObsoleteAttribute(L"Use ViewportSize property instead")]
SbVec2f GetViewportSize()
[<ObsoleteAttribute("Use ViewportSize property instead")>]
member GetViewportSize : unit -> SbVec2f
Return Value
Type:
SbVec2f
See Also