AGI Components with Insight3D Alpha 2008 r8
ExecutePick Method (X, Y)
Library ReferenceAGI.Graphics.Scene3DIAgGxSceneExecutePick(Int32, Int32)
Executes a pick at the given x, y and returns a depth sorted collection of picked objects. Screen origin is top, left.
Declaration Syntax
C# Visual Basic Visual C++

IAgGxPickResultCollection 
ExecutePick(
        
int 
X,
        
int 
Y
)
Function 
ExecutePick ( _
        
X 
As 
Integer, _
        
Y 
As 
Integer _
) 
As 

IAgGxPickResultCollection
Parameters
X ( Int32)
Y ( Int32)

Assembly: AGI.Graphics.Scene3D.Interop(Module: AGI.Graphics.Scene3D.Interop) Version: 9.0.0.0 (9.0.0.0)