Class FindResultPainter
Inheritance
FindResultPainter
Assembly: Sdl.DesktopEditor.EditorApi.dll
Syntax
public sealed class FindResultPainter : AbstractMarkPainter, ITextMarkPainter
Constructors
FindResultPainter()
Declaration
public FindResultPainter()
Properties
FillColor
Declaration
public Color FillColor { get; set; }
Property Value
PenColor
Declaration
public Color PenColor { get; set; }
Property Value
Methods
DrawMarkPart(Graphics, ITextMark, Rectangle, Rectangle, bool, bool)
abstract method for interface implementation
Declaration
public override void DrawMarkPart(Graphics g, ITextMark mark, Rectangle boundingRectangle, Rectangle contentRectangle, bool isFirstLine, bool isLastLine)
Parameters
Overrides
GetMarkPartBounds(Graphics, ITextMark, Rectangle, bool, bool)
abstract method for interface implementation
Declaration
public override Rectangle GetMarkPartBounds(Graphics g, ITextMark mark, Rectangle contentRectangle, bool isFirstLine, bool isLastLine)
Parameters
Returns
Overrides
Implements
Extension Methods