C1.Silverlight.RichTextBox.5
Measure Method (C1LineFragment)

The start offset.
The end offset.
Returns the width of this fragment between two C1.Silverlight.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

 

 


Copyright (c) GrapeCity, inc. All rights reserved.