Click or drag to resize
SoWinExaminerViewerPanCamera Method

Pans the camera based on cursor motion.

Namespace: OIV.Inventor.Win.Viewers
Assembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void PanCamera(
	SbVec2f newLocator
)

Parameters

newLocator
Type: OIV.InventorSbVec2f

The new cursor position. The coordinates are in normalized device coordinates with x and y in the range [0,1] with min y at the bottom and min x on the left.

Remarks

See Also