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

IAgGxOverlayPickResultCollection 
ExecuteOverlayPick(
        
int 
X,
        
int 
Y
)
Function 
ExecuteOverlayPick ( _
        
X 
As 
Integer, _
        
Y 
As 
Integer _
) 
As 

IAgGxOverlayPickResultCollection
Parameters
X ( Int32)
Y ( Int32)

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