[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.C1LineFragment.Measure

Measure Method

Measure(int, int)

Returns the width of this fragment between two C1TextPointer offsets.

Declaration
public double Measure(int start, int end)
Public Function Measure(start As Integer, [end] As Integer) As Double
Parameters
Type Name Description
int start

The start offset.

int end

The end offset.

Returns
Type Description
double