C# Class ICSharpCode.TextEditor.Util.CountTipText

Inheritance: TipText
ファイルを表示 Open project: jumpinjackie/fdotoolbox Class Usage Examples

Public Properties

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

Public Methods

Method Description
CountTipText ( Graphics graphics, Font font, string text ) : System
Draw ( PointF location ) : void
DrawTriangle ( float x, float y, bool flipped ) : void

Protected Methods

Method Description
OnMaximumSizeChanged ( ) : void

Method Details

CountTipText() public method

public CountTipText ( Graphics graphics, Font font, string text ) : System
graphics System.Drawing.Graphics
font System.Drawing.Font
text string
return System

Draw() public method

public Draw ( PointF location ) : void
location System.Drawing.PointF
return void

DrawTriangle() public method

public DrawTriangle ( float x, float y, bool flipped ) : void
x float
y float
flipped bool
return void

OnMaximumSizeChanged() protected method

protected OnMaximumSizeChanged ( ) : void
return void

Property Details

DrawingRectangle1 public_oe property

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

DrawingRectangle2 public_oe property

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