'Declaration Public Sub SelectInVisualToolSpace( _
ByVal startPointThe start point, in the coordinate space of image viewer, for text selection.As System.Windows.Point, _
ByVal endPointThe end point, in the coordinate space of image viewer, for text selection.As System.Windows.Point _
)
public void SelectInVisualToolSpace(
System.Windows.Point startPoint,
System.Windows.Point endPoint
)
public: void SelectInVisualToolSpace(
System.Windows.Point startPoint,
System.Windows.Point endPoint
)
public:
void SelectInVisualToolSpace(
System.Windows.Point startPoint,
System.Windows.Point 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.