C# Class SmartQuant.Charting.Draw3D.TFunction

Afficher le fichier Open project: fastquant/fastquant.dll

Méthodes publiques

Свойство Type Description
Grid bool
LevelLines bool
Look EChartLook
Surface TSurface

Protected Properties

Свойство Type Description
MaxX double
MaxY double
MinX double
MinY double
nx int
ny int

Méthodes publiques

Méthode Description
Paint ( Pad Pad ) : void
TFunction ( ) : System.Drawing
color0 ( double x, double y ) : TColor
f ( double x, double y ) : double

Private Methods

Méthode Description
BackgroundIntoBitmapIfNeeded ( Pad pad, Bitmap bm ) : void
PaintBuffer ( int b ) : void
color ( double x, double y, double dx, double dy, TColor Diffuse ) : TColor

Method Details

Paint() public méthode

public Paint ( Pad Pad ) : void
Pad Pad
Résultat void

TFunction() public méthode

public TFunction ( ) : System.Drawing
Résultat System.Drawing

color0() public méthode

public color0 ( double x, double y ) : TColor
x double
y double
Résultat TColor

f() public abstract méthode

public abstract f ( double x, double y ) : double
x double
y double
Résultat double

Property Details

Grid public_oe property

public bool Grid
Résultat bool

LevelLines public_oe property

public bool LevelLines
Résultat bool

Look public_oe property

public EChartLook Look
Résultat EChartLook

MaxX protected_oe property

protected double MaxX
Résultat double

MaxY protected_oe property

protected double MaxY
Résultat double

MinX protected_oe property

protected double MinX
Résultat double

MinY protected_oe property

protected double MinY
Résultat double

Surface public_oe property

public TSurface,SmartQuant.Charting.Draw3D Surface
Résultat TSurface

nx protected_oe property

protected int nx
Résultat int

ny protected_oe property

protected int ny
Résultat int