ScenePickRectangular Method |
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Collection<PickResult> PickRectangular(
int left,
int bottom,
int right,
int top
)
Public Function PickRectangular (
left As Integer,
bottom As Integer,
right As Integer,
top As Integer
) As Collection(Of PickResult)
public:
Collection<PickResult^>^ PickRectangular(
int left,
int bottom,
int right,
int top
)
member PickRectangular :
left : int *
bottom : int *
right : int *
top : int -> Collection<PickResult>
Parameters
- left
- Type: SystemInt32
The left x coordinate of the rectangle in the Insight3D control. - bottom
- Type: SystemInt32
The bottom y coordinate of the rectangle in the Insight3D control. - right
- Type: SystemInt32
The right x coordinate of the rectangle in the Insight3D control. - top
- Type: SystemInt32
The top y coordinate of the rectangle in the Insight3D control.
Return Value
Type:
CollectionPickResultA collection of depth sorted
PickResultsSee Also