Click or drag to resize
SoWinViewerGetViewport Method

Returns viewport region as origin (lower-left corner) and size, given as pixel coordinates.

Namespace: OIV.Inventor.Win.Viewers
Assembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public virtual void GetViewport(
	out short left,
	out short bottom,
	out short width,
	out short height
)

Parameters

left
Type: SystemInt16
bottom
Type: SystemInt16
width
Type: SystemInt16
height
Type: SystemInt16

Implements

SoStereoViewerGetViewport(Int16, Int16, Int16, Int16)
Remarks