Returns the width of this fragment between two C1TextPointer offsets.
Namespace:
C1.Phone.RichTextBoxAssembly: C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)
Syntax
| C# |
|---|
public double Measure( int start, int end ) |
| Visual Basic |
|---|
Public Function Measure ( _ start As Integer, _ end As Integer _ ) As Double |
Parameters
- start
- Type: System..::..Int32
The start offset.
- end
- Type: System..::..Int32
The end offset.