Returns the Rect of screen coordinates for a given position.

Namespace:  C1.Silverlight.RichTextBox
Assembly:  C1.Silverlight.RichTextBox (in C1.Silverlight.RichTextBox.dll)

Syntax

C#
public Rect GetRectFromPosition(
	C1TextPointer position
)
Visual Basic
Public Function GetRectFromPosition ( _
	position As C1TextPointer _
) As Rect

Return Value

The Rect of screen coordinates for a given position.

See Also