Keyoti RapidFindReplace WPF API Docs
DrawMultiLine Method (drawingContext, renderBrush, renderPen, leftRectangle, rightRectangle, points)
API DocumentationKeyoti.RapidFindReplace.WPF.FindHandlers.HighlightHandlersHighlightAdornerDrawMultiLine(DrawingContext, Brush, Pen, Rect%, Rect%, array<Rect>[]()[][])
Keyoti RapidFindReplace WPF
Draws the highlight over multiple lines. This is optimized when there is no renderPen
Declaration Syntax
C#Visual BasicVisual C++F#
public static void DrawMultiLine(
	DrawingContext drawingContext,
	Brush renderBrush,
	Pen renderPen,
	ref Rect leftRectangle,
	ref Rect rightRectangle,
	Rect[] points
)
Public Shared Sub DrawMultiLine ( 
	drawingContext As DrawingContext,
	renderBrush As Brush,
	renderPen As Pen,
	ByRef leftRectangle As Rect,
	ByRef rightRectangle As Rect,
	points As Rect()
)
public:
static void DrawMultiLine(
	DrawingContext^ drawingContext, 
	Brush^ renderBrush, 
	Pen^ renderPen, 
	Rect% leftRectangle, 
	Rect% rightRectangle, 
	array<Rect>^ points
)
static member DrawMultiLine : 
        drawingContext : DrawingContext * 
        renderBrush : Brush * 
        renderPen : Pen * 
        leftRectangle : Rect byref * 
        rightRectangle : Rect byref * 
        points : Rect[] -> unit 
Parameters
drawingContext (DrawingContext)
renderBrush (Brush)
renderPen (Pen)
leftRectangle (Rect%)
rightRectangle (Rect%)
points (array<Rect>[]()[][])

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