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 (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public bool IsPointWithinViewport(
	float x,
	float y
)

Parameters

x
Type: SystemSingle
y
Type: SystemSingle

Return Value

Type: Boolean
Remarks