RichTextBox for WinRT
Measure Method (C1LineFragment)


The start offset.
The end offset.
Returns the width of this fragment between two C1.Xaml.RichTextBox.Documents.C1TextPointer offsets.
Syntax
'Declaration
 
Public Function Measure( _
   ByVal start As System.Integer, _
   ByVal end As System.Integer _
) As System.Double
'Usage
 
Dim instance As C1LineFragment
Dim start As System.Integer
Dim end As System.Integer
Dim value As System.Double
 
value = instance.Measure(start, end)
public System.double Measure( 
   System.int start,
   System.int end
)

Parameters

start
The start offset.
end
The end offset.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1LineFragment Class
C1LineFragment Members

 

 


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

Product Support Forum  |  Documentation Feedback