Search Results for

    Show / Hide Table of Contents

    Class FindResultPainter

    Inheritance
    object
    AbstractMarkPainter
    FindResultPainter
    Implements
    ITextMarkPainter
    Inherited Members
    AbstractMarkPainter.ConvertToRectangle(RectangleF)
    AbstractMarkPainter.Color
    AbstractMarkPainter.Location
    AbstractMarkPainter.PenWidth
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    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
    Color

    PenColor

    Declaration
    public Color PenColor { get; set; }
    Property Value
    Type Description
    Color

    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
    Type Name Description
    Graphics g
    ITextMark mark
    Rectangle boundingRectangle
    Rectangle contentRectangle
    bool isFirstLine
    bool isLastLine
    Overrides
    AbstractMarkPainter.DrawMarkPart(Graphics, ITextMark, Rectangle, Rectangle, bool, bool)

    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
    Type Name Description
    Graphics g
    ITextMark mark
    Rectangle contentRectangle
    bool isFirstLine
    bool isLastLine
    Returns
    Type Description
    Rectangle
    Overrides
    AbstractMarkPainter.GetMarkPartBounds(Graphics, ITextMark, Rectangle, bool, bool)

    Implements

    ITextMarkPainter

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(object, Action<Window>)
    In this article
    • Constructors
      • FindResultPainter()
    • Properties
      • FillColor
      • PenColor
    • Methods
      • DrawMarkPart(Graphics, ITextMark, Rectangle, Rectangle, bool, bool)
      • GetMarkPartBounds(Graphics, ITextMark, Rectangle, bool, bool)
    • Implements
    • Extension Methods
    Back to top Generated by DocFX