C# 클래스 SmartQuant.Charting.TTextBox

상속: IDrawable
파일 보기 프로젝트 열기: fastquant/fastquant.dll

Private Properties

프로퍼티 타입 설명
GetHeight float
GetWidth float

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
GetHeight ( Pad pad ) : float
GetWidth ( Pad pad ) : float

메소드 상세

Add() 공개 메소드

public Add ( TTextBoxItem item ) : void
item TTextBoxItem
리턴 void

Add() 공개 메소드

public Add ( string text, Color color ) : void
text string
color Color
리턴 void

Add() 공개 메소드

public Add ( string text, Color color, Font font ) : void
text string
color Color
font System.Drawing.Font
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Distance() 공개 메소드

public Distance ( double x, double y ) : TDistance
x double
y double
리턴 TDistance

Draw() 공개 메소드

public Draw ( ) : void
리턴 void

Paint() 공개 메소드

public Paint ( Pad pad, double minX, double maxX, double minY, double maxY ) : void
pad Pad
minX double
maxX double
minY double
maxY double
리턴 void

TTextBox() 공개 메소드

public TTextBox ( ) : System
리턴 System

TTextBox() 공개 메소드

public TTextBox ( int x, int y ) : System
x int
y int
리턴 System