Click or drag to resize
SoWinViewerSetViewport Method

Sets viewport region with given 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 SetViewport(
	short left,
	short bottom,
	short width,
	short height
)

Parameters

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

Implements

SoStereoViewerSetViewport(Int16, Int16, Int16, Int16)
Remarks