C# Class ICSharpCode.TextEditor.Util.TipPainter

Afficher le fichier Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
GetWorkingArea ( Control control ) : Rectangle

Method Details

DrawFixedWidthTip() public static méthode

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
Résultat System.Drawing.Size

DrawTip() public static méthode

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
Résultat System.Drawing.Size

DrawTip() public static méthode

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
Résultat System.Drawing.Size

GetLeftHandSideTipSize() public static méthode

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
Résultat System.Drawing.Size

GetTipSize() public static méthode

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
Résultat System.Drawing.Size

GetTipSize() public static méthode

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
Résultat System.Drawing.Size