Click or drag to resize
TextRangeGetPoint Method
Retrieves screen coordinates for the start or end character position in the text range, along with the intra-line position.

Namespace: TextObjectModel
Assembly: ManagedTOM2 (in ManagedTOM2.dll) Version: 1.0.5577.41188
Syntax
public Point GetPoint(
	RangePosition character,
	ContentAlignment position,
	[OptionalAttribute] RangePointFlags flags
)

Parameters

character
Type: TextObjectModelRangePosition
Indicates the start or end of the range.
position
Type: System.DrawingContentAlignment
Indicate the horizontal and vertical position.
flags (Optional)
Type: TextObjectModelRangePointFlags
Flag that indicates the position to retrieve.

Return Value

Type: Point
The coordinates of the point.
See Also