RichEditTextRange.SetPoint(Point, PointOptions, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual void SetPoint(Point point, PointOptions options, bool extend) = SetPoint;
void SetPoint(Point const& point, PointOptions const& options, bool const& extend);
public void SetPoint(Point point, PointOptions options, bool extend);
function setPoint(point, options, extend)
Public Sub SetPoint (point As Point, options As PointOptions, extend As Boolean)
Parameters
- point
- Point
- options
- PointOptions
- extend
-
Boolean
bool