C# Class SmartQuant.Charting.TTextBox

Inheritance: IDrawable
Afficher le fichier Open project: fastquant/fastquant.dll

Private Properties

Свойство Type Description
GetHeight float
GetWidth float

Méthodes publiques

Méthode Description
Add ( TTextBoxItem item ) : void
Add ( string text, Color color ) : void
Add ( string text, Color color, Font font ) : void
Clear ( ) : void
Distance ( double x, double y ) : TDistance
Draw ( ) : void
Paint ( Pad pad, double minX, double maxX, double minY, double maxY ) : void
TTextBox ( ) : System
TTextBox ( int x, int y ) : System

Private Methods

Méthode Description
GetHeight ( Pad pad ) : float
GetWidth ( Pad pad ) : float

Method Details

Add() public méthode

public Add ( TTextBoxItem item ) : void
item TTextBoxItem
Résultat void

Add() public méthode

public Add ( string text, Color color ) : void
text string
color Color
Résultat void

Add() public méthode

public Add ( string text, Color color, Font font ) : void
text string
color Color
font System.Drawing.Font
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

Distance() public méthode

public Distance ( double x, double y ) : TDistance
x double
y double
Résultat TDistance

Draw() public méthode

public Draw ( ) : void
Résultat void

Paint() public méthode

public Paint ( Pad pad, double minX, double maxX, double minY, double maxY ) : void
pad Pad
minX double
maxX double
minY double
maxY double
Résultat void

TTextBox() public méthode

public TTextBox ( ) : System
Résultat System

TTextBox() public méthode

public TTextBox ( int x, int y ) : System
x int
y int
Résultat System