ComponentOne RichTextBox for WPF and Silverlight
Measure Method (C1LineFragment)

C1.WPF.RichTextBox Namespace > C1LineFragment Class : Measure Method
The start offset.
The end offset.
Returns the width of this fragment between two C1.WPF.RichTextBox.Documents.C1TextPointer offsets.
Syntax
'Declaration
 
Public Function Measure( _
   ByVal start As System.Integer, _
   ByVal end As System.Integer _
) As System.Double
public System.double Measure( 
   System.int start,
   System.int end
)

Parameters

start
The start offset.
end
The end offset.
See Also

Reference

C1LineFragment Class
C1LineFragment Members