Keyoti RapidFindReplace WPF API Docs
FlowDocumentScrollViewerHighlight Constructor (start, end, adorner, run)
API DocumentationKeyoti.RapidFindReplace.WPF.FindHandlers.HighlightHandlersFlowDocumentScrollViewerHighlightFlowDocumentScrollViewerHighlight(Int32, Int32, HighlightAdorner, Run)
Keyoti RapidFindReplace WPF
New instance.
Declaration Syntax
C#Visual BasicVisual C++F#
public FlowDocumentScrollViewerHighlight(
	int start,
	int end,
	HighlightAdorner adorner,
	Run run
)
Public Sub New ( 
	start As Integer,
	end As Integer,
	adorner As HighlightAdorner,
	run As Run
)
public:
FlowDocumentScrollViewerHighlight(
	int start, 
	int end, 
	HighlightAdorner^ adorner, 
	Run^ run
)
new : 
        start : int * 
        end : int * 
        adorner : HighlightAdorner * 
        run : Run -> FlowDocumentScrollViewerHighlight
Parameters
start (Int32)
Where the highlight starts in run
end (Int32)
Where the highlight ends in run
adorner (HighlightAdorner)
Adorner instance that will actually highlight
run (Run)
The Run where the highlight is

Assembly: Keyoti4.RapidFindReplace.WPF (Module: Keyoti4.RapidFindReplace.WPF.dll) Version: 1.0.14.531 (1.0.14.531)