SoWinExaminerViewerPanCamera Method |
Pans the camera based on cursor motion.
Namespace: OIV.Inventor.Win.ViewersAssembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public void PanCamera(
SbVec2f newLocator
)
Public Sub PanCamera (
newLocator As SbVec2f
)
public:
void PanCamera(
SbVec2f newLocator
)
member PanCamera :
newLocator : SbVec2f -> unit
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