C# Class GridViewer.UIColorPaletteColoredBarRenderer

彩色的色标带。
Inheritance: CSharpGL.UIRenderer
Afficher le fichier Open project: bitzhuwei/CSharpGL Class Usage Examples

Méthodes publiques

Méthode Description
UIColorPaletteColoredBarRenderer ( int maxMarkerCount, CodedColor codedColors, System anchor, System margin, System size, int zNear, int zFar ) : System.Drawing

彩色的色标带。

UpdateColorBar ( Bitmap bitmap ) : void

Méthodes protégées

Méthode Description
DoRender ( RenderEventArgs arg ) : void

Method Details

DoRender() protected méthode

protected DoRender ( RenderEventArgs arg ) : void
arg CSharpGL.RenderEventArgs
Résultat void

UIColorPaletteColoredBarRenderer() public méthode

彩色的色标带。
public UIColorPaletteColoredBarRenderer ( int maxMarkerCount, CodedColor codedColors, System anchor, System margin, System size, int zNear, int zFar ) : System.Drawing
maxMarkerCount int
codedColors CodedColor
anchor System
margin System
size System
zNear int
zFar int
Résultat System.Drawing

UpdateColorBar() public méthode

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