Click or drag to resize
PoBaseView.IsPointWithinViewport Method

Indicates if a point defined in the normalized space [0-1]x[0-1] is in the viewport of the view.

Namespace: OIV.Inventor.Gui.View
Assembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public bool IsPointWithinViewport(
	float x,
	float y
)

Parameters

x
Type: System.Single
y
Type: System.Single

Return Value

Type: Boolean
Remarks