Get detailed information about a mouse pick.
[Visual Basic .NET] |
---|
Public Function PickInfo( _ ByVal X As Integer, _ ByVal Y As Integer _ ) As AgPickInfoData |
[C#] |
---|
public AgPickInfoData PickInfo( |
[Managed C++] |
---|
public: AgPickInfoData^ PickInfo( |
[Java] |
---|
public AgPickInfoData pickInfo( |
[Unmanaged C++] |
---|
public: HRESULT PickInfo( |
- X
- Specifies the x-coordinate of the point in windows coordinates of the control.
- Y
- Specifies the y-coordinate of the point in control coordinates.
The PickInfo method processes the point clicked during a mouse pick and returns a AgPickInfoData object which contains (if available):
- the corresponding map latitude, longitude and altitude;
- the STK object clicked (if available).
Picks outside the 2D Map area are invalid.
[Visual Basic .NET] | ![]() | |
---|---|---|
|