'Declaration Public Sub SelectInControlSpace( _
ByVal startPointThe start point, in the coordinate space of image viewer, for text selection.As System.Drawing.PointF, _
ByVal endPointThe end point, in the coordinate space of image viewer, for text selection.As System.Drawing.PointF _
)
public void SelectInControlSpace(
System.Drawing.PointF startPoint,
System.Drawing.PointF endPoint
)
public: void SelectInControlSpace(
System.Drawing.PointF startPoint,
System.Drawing.PointF endPoint
)
public:
void SelectInControlSpace(
System.Drawing.PointF startPoint,
System.Drawing.PointF endPoint
)
Parameters
- startPoint
- The start point, in the coordinate space of image viewer, for text selection.
- endPoint
- The end point, in the coordinate space of image viewer, for text selection.