C# Класс ICSharpCode.TextEditor.Util.TipPainterTools

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
DrawingRectangle1 System.Drawing.Rectangle
DrawingRectangle2 System.Drawing.Rectangle

Открытые методы

Метод Описание
DrawFixedWidthHelpTip ( Control control, Graphics graphics, Font font, string countMessage, string basicDescription, string documentation ) : Size
DrawFixedWidthHelpTipFromCombinedDescription ( Control control, Graphics graphics, Font font, string countMessage, string description ) : Size
DrawHelpTip ( Control control, Graphics graphics, Font font, string countMessage, string basicDescription, string documentation ) : Size
DrawHelpTipFromCombinedDescription ( Control control, Graphics graphics, Font font, string countMessage, string description ) : Size
GetDrawingSizeDrawHelpTip ( Control control, Graphics graphics, Font font, string countMessage, string basicDescription, string documentation ) : Size
GetDrawingSizeHelpTipFromCombinedDescription ( Control control, Graphics graphics, Font font, string countMessage, string description ) : Size
GetLeftHandSideDrawingSizeDrawHelpTip ( Control control, Graphics graphics, Font font, string countMessage, string basicDescription, string documentation, Point p ) : Size
GetLeftHandSideDrawingSizeHelpTipFromCombinedDescription ( Control control, Graphics graphics, Font font, string countMessage, string description, Point p ) : Size

Приватные методы

Метод Описание
IsVisibleText ( string text ) : bool

Описание методов

DrawFixedWidthHelpTip() публичный статический Метод

public static DrawFixedWidthHelpTip ( Control control, Graphics graphics, Font font, string countMessage, string basicDescription, string documentation ) : Size
control System.Windows.Forms.Control
graphics System.Drawing.Graphics
font System.Drawing.Font
countMessage string
basicDescription string
documentation string
Результат System.Drawing.Size

DrawFixedWidthHelpTipFromCombinedDescription() публичный статический Метод

public static DrawFixedWidthHelpTipFromCombinedDescription ( Control control, Graphics graphics, Font font, string countMessage, string description ) : Size
control System.Windows.Forms.Control
graphics System.Drawing.Graphics
font System.Drawing.Font
countMessage string
description string
Результат System.Drawing.Size

DrawHelpTip() публичный статический Метод

public static DrawHelpTip ( Control control, Graphics graphics, Font font, string countMessage, string basicDescription, string documentation ) : Size
control System.Windows.Forms.Control
graphics System.Drawing.Graphics
font System.Drawing.Font
countMessage string
basicDescription string
documentation string
Результат System.Drawing.Size

DrawHelpTipFromCombinedDescription() публичный статический Метод

public static DrawHelpTipFromCombinedDescription ( Control control, Graphics graphics, Font font, string countMessage, string description ) : Size
control System.Windows.Forms.Control
graphics System.Drawing.Graphics
font System.Drawing.Font
countMessage string
description string
Результат System.Drawing.Size

GetDrawingSizeDrawHelpTip() публичный статический Метод

public static GetDrawingSizeDrawHelpTip ( Control control, Graphics graphics, Font font, string countMessage, string basicDescription, string documentation ) : Size
control System.Windows.Forms.Control
graphics System.Drawing.Graphics
font System.Drawing.Font
countMessage string
basicDescription string
documentation string
Результат System.Drawing.Size

GetDrawingSizeHelpTipFromCombinedDescription() публичный статический Метод

public static GetDrawingSizeHelpTipFromCombinedDescription ( Control control, Graphics graphics, Font font, string countMessage, string description ) : Size
control System.Windows.Forms.Control
graphics System.Drawing.Graphics
font System.Drawing.Font
countMessage string
description string
Результат System.Drawing.Size

GetLeftHandSideDrawingSizeDrawHelpTip() публичный статический Метод

public static GetLeftHandSideDrawingSizeDrawHelpTip ( Control control, Graphics graphics, Font font, string countMessage, string basicDescription, string documentation, Point p ) : Size
control System.Windows.Forms.Control
graphics System.Drawing.Graphics
font System.Drawing.Font
countMessage string
basicDescription string
documentation string
p Point
Результат System.Drawing.Size

GetLeftHandSideDrawingSizeHelpTipFromCombinedDescription() публичный статический Метод

public static GetLeftHandSideDrawingSizeHelpTipFromCombinedDescription ( Control control, Graphics graphics, Font font, string countMessage, string description, Point p ) : Size
control System.Windows.Forms.Control
graphics System.Drawing.Graphics
font System.Drawing.Font
countMessage string
description string
p Point
Результат System.Drawing.Size

Описание свойств

DrawingRectangle1 публичное статическое свойство

public static Rectangle,System.Drawing DrawingRectangle1
Результат System.Drawing.Rectangle

DrawingRectangle2 публичное статическое свойство

public static Rectangle,System.Drawing DrawingRectangle2
Результат System.Drawing.Rectangle