Description
Gets the 2D box on screen by mouse draging and inputing the dimension of box.
Syntax
Function RFSelectTools.GetScreenBoxByMouseDragAndInput(pBoxStartPoint2D As RFSPoint, pBoxEndPoint2D As RFSPoint) As RFErrorCode
The GetScreenBoxByMouseDragAndInput syntax has these parts:
| Part | Description |
|---|---|
| pBoxStartPoint2D | [OUT] RFSPoint Required. The start point of 2D box on screen. |
| pBoxEndPoint2D | [OUT] RFSPoint Required. The end point of 2D box on screen. |
Remarks