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