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.ViewAssembly: 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
)
Public Function IsPointWithinViewport (
x As Single,
y As Single
) As Boolean
public:
bool IsPointWithinViewport(
float x,
float y
)
member IsPointWithinViewport :
x : float32 *
y : float32 -> bool
Parameters
- x
- Type: SystemSingle
- y
- Type: SystemSingle
Return Value
Type:
BooleanRemarks See Also