C# Class SmartQuant.Charting.Draw3D.TView

Afficher le fichier Open project: fastquant/fastquant.dll Class Usage Examples

Méthodes publiques

Méthode Description
CalculateAxes ( Pad pad, int left, int top, int h ) : void
PaintAxes ( Graphics g, Pad pad, int left, int top, int h ) : void
PaintAxes ( Pad pad, int left, int top, int h ) : void
PaintAxisGridAndTicks ( Graphics g, Axis a, bool marks, TVec3 o, TVec3 o_, TVec3 L ) : void
SetProjectionOrthogonal ( double angleXY, double viewAngle ) : void
SetProjectionSpecial ( double angleXY, double viewAngle ) : void
TView ( ) : SmartQuant.Charting
View ( Pad pad ) : TView

Private Methods

Méthode Description
SetAxesPropertiesFor3D ( Pad pad ) : void

Method Details

CalculateAxes() public méthode

public CalculateAxes ( Pad pad, int left, int top, int h ) : void
pad Pad
left int
top int
h int
Résultat void

PaintAxes() public méthode

public PaintAxes ( Graphics g, Pad pad, int left, int top, int h ) : void
g System.Drawing.Graphics
pad Pad
left int
top int
h int
Résultat void

PaintAxes() public méthode

public PaintAxes ( Pad pad, int left, int top, int h ) : void
pad Pad
left int
top int
h int
Résultat void

PaintAxisGridAndTicks() public méthode

public PaintAxisGridAndTicks ( Graphics g, Axis a, bool marks, TVec3 o, TVec3 o_, TVec3 L ) : void
g System.Drawing.Graphics
a SmartQuant.Charting.Axis
marks bool
o TVec3
o_ TVec3
L TVec3
Résultat void

SetProjectionOrthogonal() public méthode

public SetProjectionOrthogonal ( double angleXY, double viewAngle ) : void
angleXY double
viewAngle double
Résultat void

SetProjectionSpecial() public méthode

public SetProjectionSpecial ( double angleXY, double viewAngle ) : void
angleXY double
viewAngle double
Résultat void

TView() public méthode

public TView ( ) : SmartQuant.Charting
Résultat SmartQuant.Charting

View() public static méthode

public static View ( Pad pad ) : TView
pad Pad
Résultat TView