C# Class GridViewer.UIColorPaletteColoredBarRenderer

彩色的色标带。
Inheritance: CSharpGL.UIRenderer
Exibir arquivo Open project: bitzhuwei/CSharpGL Class Usage Examples

Public Methods

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

彩色的色标带。

UpdateColorBar ( Bitmap bitmap ) : void

Protected Methods

Method Description
DoRender ( RenderEventArgs arg ) : void

Method Details

DoRender() protected method

protected DoRender ( RenderEventArgs arg ) : void
arg CSharpGL.RenderEventArgs
return void

UIColorPaletteColoredBarRenderer() public method

彩色的色标带。
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
return System.Drawing

UpdateColorBar() public method

public UpdateColorBar ( Bitmap bitmap ) : void
bitmap System.Drawing.Bitmap
return void