IDocumentPointerSetLocation Method

Sets the cursor location.

If the specified value differs from the current value of PhysicalLocation then does the following:

If the specified value is equal to the current value of PhysicalLocation then does not change the location properties and only invalidates the cursor.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
void SetLocation(
	Point value
)

Parameters

value  Point
New physical location of the current document cursor, relative to CurrentPage.

See Also