Click or drag to resize
PoBaseViewIsPointWithinViewport 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: 2024.1.0.0 (2024.1.0)
Syntax
public bool IsPointWithinViewport(
	float x,
	float y
)

Parameters

x
Type: SystemSingle
y
Type: SystemSingle

Return Value

Type: Boolean
Remarks