C# 클래스 SmartQuant.Charting.Draw3D.TFunction

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

공개 프로퍼티들

프로퍼티 타입 설명
Grid bool
LevelLines bool
Look EChartLook
Surface TSurface

보호된 프로퍼티들

프로퍼티 타입 설명
MaxX double
MaxY double
MinX double
MinY double
nx int
ny int

공개 메소드들

메소드 설명
Paint ( Pad Pad ) : void
TFunction ( ) : System.Drawing
color0 ( double x, double y ) : TColor
f ( double x, double y ) : double

비공개 메소드들

메소드 설명
BackgroundIntoBitmapIfNeeded ( Pad pad, Bitmap bm ) : void
PaintBuffer ( int b ) : void
color ( double x, double y, double dx, double dy, TColor Diffuse ) : TColor

메소드 상세

Paint() 공개 메소드

public Paint ( Pad Pad ) : void
Pad Pad
리턴 void

TFunction() 공개 메소드

public TFunction ( ) : System.Drawing
리턴 System.Drawing

color0() 공개 메소드

public color0 ( double x, double y ) : TColor
x double
y double
리턴 TColor

f() 공개 추상적인 메소드

public abstract f ( double x, double y ) : double
x double
y double
리턴 double

프로퍼티 상세

Grid 공개적으로 프로퍼티

public bool Grid
리턴 bool

LevelLines 공개적으로 프로퍼티

public bool LevelLines
리턴 bool

Look 공개적으로 프로퍼티

public EChartLook Look
리턴 EChartLook

MaxX 보호되어 있는 프로퍼티

protected double MaxX
리턴 double

MaxY 보호되어 있는 프로퍼티

protected double MaxY
리턴 double

MinX 보호되어 있는 프로퍼티

protected double MinX
리턴 double

MinY 보호되어 있는 프로퍼티

protected double MinY
리턴 double

Surface 공개적으로 프로퍼티

public TSurface,SmartQuant.Charting.Draw3D Surface
리턴 TSurface

nx 보호되어 있는 프로퍼티

protected int nx
리턴 int

ny 보호되어 있는 프로퍼티

protected int ny
리턴 int