C# Class GridViewer.UIColorPaletteBarRenderer

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

Public Methods

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

彩色的色标带。

UpdateTexture ( Bitmap bitmap ) : void

Protected Methods

Method Description
DoInitialize ( ) : void
DoRender ( RenderEventArgs arg ) : void

Method Details

DoInitialize() protected method

protected DoInitialize ( ) : void
return void

DoRender() protected method

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

UIColorPaletteBarRenderer() public method

彩色的色标带。
public UIColorPaletteBarRenderer ( CodedColor codedColors, System anchor, System margin, System size, int zNear, int zFar ) : System.Drawing
codedColors CodedColor
anchor System
margin System
size System
zNear int
zFar int
return System.Drawing

UpdateTexture() public method

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