Version: |
1.2 |
Description: |
Selects any objects located entirely in the specified window. |
Declaration: |
|
C/C++ |
extern "C" void WINAPI VCWindowSelect(Point2D* dpP0, Point2D* dpP1); |
Delphi |
procedure VCWindowSelect(var dpP0: Point2D; var dpP1: Point2D); stdcall; |
ActiveX/COM |
Sub WindowSelect(dpP0 As IVCPoint2D, dpP1 As IVCPoint2D) |
Parameters: |
dpP0 - the coordinates of one
corner of the window. |
Notes: |
Operates the same as the select window tool except allows for input points from the external application. The application can process the points from a mouse down event or code in the coordinates for the selection routine. |
See Also: |
VCObjectSelect , VCClearSelection, VCCrossingSelect, VCDeSelectAll, VCSelectInvert, VCSelectLast |