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