C# Class ICSharpCode.TextEditor.Util.TipPainter

Datei anzeigen Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Public Methods

Method 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

Method Description
GetWorkingArea ( Control control ) : Rectangle

Method Details

DrawFixedWidthTip() public static method

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
return System.Drawing.Size

DrawTip() public static method

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
return System.Drawing.Size

DrawTip() public static method

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
return System.Drawing.Size

GetLeftHandSideTipSize() public static method

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
return System.Drawing.Size

GetTipSize() public static method

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
return System.Drawing.Size

GetTipSize() public static method

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
return System.Drawing.Size