STK XSend comments on this topic.
PickInfo Method (AgUiAx2DCntrl)
See Also
X
Y
Windows





Windows & Linux

Description

Get detailed information about a mouse pick.

Syntax

[Visual Basic .NET]
Public Function PickInfo( _
    ByVal X As Integer, _
    ByVal Y As Integer _
) As AgPickInfoData
[C#]
public AgPickInfoData PickInfo(
    int X,
    int Y
);
[Managed C++]
public: AgPickInfoData^ PickInfo(
    int X,
    int Y
);
[Unmanaged C++]
public: HRESULT PickInfo(
    OLE_XPOS_PIXELS X,
    OLE_YPOS_PIXELS Y,
    AgPickInfoData ** ppPickData
);
[Java]
public AgPickInfoData pickInfo(
    int X,
    int Y
);
[Python - STK API ]
def PickInfo(self, X:OLE_XPOS_PIXELS, Y:OLE_YPOS_PIXELS) -> "AgPickInfoData":

Parameters

X
Y

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.