Class FindResultPainter
Implements
Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: Sdl.DesktopEditor.EditorApi.Implementation
Assembly: Sdl.DesktopEditor.EditorApi.dll
Syntax
public sealed class FindResultPainter : AbstractMarkPainter, ITextMarkPainterConstructors
FindResultPainter()
Declaration
public FindResultPainter()Properties
FillColor
Declaration
public Color FillColor { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Drawing.Color | 
PenColor
Declaration
public Color PenColor { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Drawing.Color | 
Methods
DrawMarkPart(Graphics, ITextMark, Rectangle, Rectangle, Boolean, Boolean)
Declaration
public override void DrawMarkPart(Graphics g, ITextMark mark, Rectangle boundingRectangle, Rectangle contentRectangle, bool isFirstLine, bool isLastLine)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Drawing.Graphics | g | |
| ITextMark | mark | |
| System.Drawing.Rectangle | boundingRectangle | |
| System.Drawing.Rectangle | contentRectangle | |
| System.Boolean | isFirstLine | |
| System.Boolean | isLastLine | 
Overrides
GetMarkPartBounds(Graphics, ITextMark, Rectangle, Boolean, Boolean)
Declaration
public override Rectangle GetMarkPartBounds(Graphics g, ITextMark mark, Rectangle contentRectangle, bool isFirstLine, bool isLastLine)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Drawing.Graphics | g | |
| ITextMark | mark | |
| System.Drawing.Rectangle | contentRectangle | |
| System.Boolean | isFirstLine | |
| System.Boolean | isLastLine | 
Returns
| Type | Description | 
|---|---|
| System.Drawing.Rectangle |