C# Class ICSharpCode.TextEditor.Util.TipPainterTools

Show file Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Public Properties

Property Type Description
DrawingRectangle1 System.Drawing.Rectangle
DrawingRectangle2 System.Drawing.Rectangle

Public Methods

Method Description
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

Private Methods

Method Description
IsVisibleText ( string text ) : bool

Method Details

DrawFixedWidthHelpTip() public static method

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

DrawFixedWidthHelpTipFromCombinedDescription() public static method

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

DrawHelpTip() public static method

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

DrawHelpTipFromCombinedDescription() public static method

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

GetDrawingSizeDrawHelpTip() public static method

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

GetDrawingSizeHelpTipFromCombinedDescription() public static method

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

GetLeftHandSideDrawingSizeDrawHelpTip() public static method

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

GetLeftHandSideDrawingSizeHelpTipFromCombinedDescription() public static method

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

Property Details

DrawingRectangle1 public static property

public static Rectangle,System.Drawing DrawingRectangle1
return System.Drawing.Rectangle

DrawingRectangle2 public static property

public static Rectangle,System.Drawing DrawingRectangle2
return System.Drawing.Rectangle