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

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

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

Метод Описание
DrawFixedWidthTip ( Control control, Graphics graphics, ICSharpCode.TextEditor.Util.TipSection tipData ) : Size
DrawTip ( Control control, Graphics graphics, Font font, string description ) : Size
DrawTip ( Control control, Graphics graphics, ICSharpCode.TextEditor.Util.TipSection tipData ) : Size
GetLeftHandSideTipSize ( Control control, Graphics graphics, ICSharpCode.TextEditor.Util.TipSection tipData, Point p ) : Size
GetTipSize ( Control control, Graphics graphics, Font font, string description ) : Size
GetTipSize ( Control control, Graphics graphics, ICSharpCode.TextEditor.Util.TipSection tipData ) : Size

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

Метод Описание
GetWorkingArea ( Control control ) : Rectangle

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

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

public static DrawFixedWidthTip ( Control control, Graphics graphics, ICSharpCode.TextEditor.Util.TipSection tipData ) : Size
control System.Windows.Forms.Control
graphics System.Drawing.Graphics
tipData ICSharpCode.TextEditor.Util.TipSection
Результат System.Drawing.Size

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

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

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

public static DrawTip ( Control control, Graphics graphics, ICSharpCode.TextEditor.Util.TipSection tipData ) : Size
control System.Windows.Forms.Control
graphics System.Drawing.Graphics
tipData ICSharpCode.TextEditor.Util.TipSection
Результат System.Drawing.Size

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

public static GetLeftHandSideTipSize ( Control control, Graphics graphics, ICSharpCode.TextEditor.Util.TipSection tipData, Point p ) : Size
control System.Windows.Forms.Control
graphics System.Drawing.Graphics
tipData ICSharpCode.TextEditor.Util.TipSection
p System.Drawing.Point
Результат System.Drawing.Size

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

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

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

public static GetTipSize ( Control control, Graphics graphics, ICSharpCode.TextEditor.Util.TipSection tipData ) : Size
control System.Windows.Forms.Control
graphics System.Drawing.Graphics
tipData ICSharpCode.TextEditor.Util.TipSection
Результат System.Drawing.Size