SoStereoViewerGetViewport Method |
Namespace: OIV.Inventor.Components.StereoAssembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax void GetViewport(
out short left,
out short bottom,
out short width,
out short height
)
Sub GetViewport (
<OutAttribute> ByRef left As Short,
<OutAttribute> ByRef bottom As Short,
<OutAttribute> ByRef width As Short,
<OutAttribute> ByRef height As Short
)
void GetViewport(
[OutAttribute] short% left,
[OutAttribute] short% bottom,
[OutAttribute] short% width,
[OutAttribute] short% height
)
abstract GetViewport :
left : int16 byref *
bottom : int16 byref *
width : int16 byref *
height : int16 byref -> unit
Parameters
- left
- Type: SystemInt16
- bottom
- Type: SystemInt16
- width
- Type: SystemInt16
- height
- Type: SystemInt16
See Also