C# Class GridViewer.UIColorPaletteRenderer

color palette. 在窗口固定位置显示的色标。 本类型只圈定了一个矩形范围。
Inheritance: CSharpGL.UIRenderer
Afficher le fichier Open project: bitzhuwei/CSharpGL Class Usage Examples

Private Properties

Свойство Type Description
label_beforeLayout void

Méthodes publiques

Méthode Description
SetCodedColor ( double axisMin, double axisMax, double step ) : void
UIColorPaletteRenderer ( int maxMarkerCount, CodedColor codedColors, System anchor, System margin, System size, int zNear, int zFar ) : System

UpdateBar ( Bitmap bitmap ) : void

Méthodes protégées

Méthode Description
DoInitialize ( ) : void

Private Methods

Méthode Description
label_beforeLayout ( object sender, CancelEventArgs e ) : void

adjust label's margin in order to get perfect position after Layout().

Method Details

DoInitialize() protected méthode

protected DoInitialize ( ) : void
Résultat void

SetCodedColor() public méthode

public SetCodedColor ( double axisMin, double axisMax, double step ) : void
axisMin double
axisMax double
step double
Résultat void

UIColorPaletteRenderer() public méthode

public UIColorPaletteRenderer ( int maxMarkerCount, CodedColor codedColors, System anchor, System margin, System size, int zNear, int zFar ) : System
maxMarkerCount int
codedColors CodedColor
anchor System
margin System
size System
zNear int
zFar int
Résultat System

UpdateBar() public méthode

public UpdateBar ( Bitmap bitmap ) : void
bitmap System.Drawing.Bitmap
Résultat void