Search Results for

    Show / Hide Table of Contents

    Class FindResultPainter

    Inheritance
    System.Object
    AbstractMarkPainter
    FindResultPainter
    Implements
    ITextMarkPainter
    Inherited Members
    AbstractMarkPainter.ConvertToRectangle(RectangleF)
    AbstractMarkPainter.Color
    AbstractMarkPainter.Location
    AbstractMarkPainter.PenWidth
    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, ITextMarkPainter

    Constructors

    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
    AbstractMarkPainter.DrawMarkPart(Graphics, ITextMark, Rectangle, Rectangle, Boolean, Boolean)

    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
    Overrides
    AbstractMarkPainter.GetMarkPartBounds(Graphics, ITextMark, Rectangle, Boolean, Boolean)

    Implements

    ITextMarkPainter

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)

    On this page

    • Constructors
      • FindResultPainter()
    • Properties
      • FillColor
      • PenColor
    • Methods
      • DrawMarkPart(Graphics, ITextMark, Rectangle, Rectangle, Boolean, Boolean)
      • GetMarkPartBounds(Graphics, ITextMark, Rectangle, Boolean, Boolean)
    • Implements
    • Extension Methods
    Back to top Generated by DocFX