SoStereoViewerSetViewport 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 SetViewport(
short left,
short bottom,
short width,
short height
)
Sub SetViewport (
left As Short,
bottom As Short,
width As Short,
height As Short
)
void SetViewport(
short left,
short bottom,
short width,
short height
)
abstract SetViewport :
left : int16 *
bottom : int16 *
width : int16 *
height : int16 -> unit
Parameters
- left
- Type: SystemInt16
- bottom
- Type: SystemInt16
- width
- Type: SystemInt16
- height
- Type: SystemInt16
See Also