Description
Gets the 2D line on screen by mouse draging.
Syntax
Function RFSelectTools.GetScreenLineByMouseDrag(pLineStartPoint2D As RFSPoint, pLineEndPoint2D As RFSPoint) As RFErrorCode
The GetScreenLineByMouseDrag syntax has these parts:
| Part | Description |
|---|---|
| pLineStartPoint2D | [OUT] RFSPoint Required. The start point of 2D line on screen. |
| pLineEndPoint2D | [OUT] RFSPoint Required. The end point of 2D line on screen. |
Remarks