C# Class ICSharpCode.TextEditor.Util.CountTipText

Inheritance: TipText
Afficher le fichier Open project: jumpinjackie/fdotoolbox Class Usage Examples

Méthodes publiques

Свойство Type Description
DrawingRectangle1 System.Drawing.Rectangle
DrawingRectangle2 System.Drawing.Rectangle

Méthodes publiques

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

Méthodes protégées

Méthode Description
OnMaximumSizeChanged ( ) : void

Method Details

CountTipText() public méthode

public CountTipText ( Graphics graphics, Font font, string text ) : System
graphics System.Drawing.Graphics
font System.Drawing.Font
text string
Résultat System

Draw() public méthode

public Draw ( PointF location ) : void
location System.Drawing.PointF
Résultat void

DrawTriangle() public méthode

public DrawTriangle ( float x, float y, bool flipped ) : void
x float
y float
flipped bool
Résultat void

OnMaximumSizeChanged() protected méthode

protected OnMaximumSizeChanged ( ) : void
Résultat void

Property Details

DrawingRectangle1 public_oe property

public Rectangle,System.Drawing DrawingRectangle1
Résultat System.Drawing.Rectangle

DrawingRectangle2 public_oe property

public Rectangle,System.Drawing DrawingRectangle2
Résultat System.Drawing.Rectangle