C# Class GridViewer.UIColorPaletteMarkersRenderer

若干条向下突出的白色竖线。
Inheritance: CSharpGL.UIRenderer
Datei anzeigen Open project: bitzhuwei/CSharpGL Class Usage Examples

Public Methods

Method Description
UIColorPaletteMarkersRenderer ( int maxMarkerCount, System anchor, System margin, System size, int zNear, int zFar ) : CSharpGL

UpdateCodedColors ( double axisMin, double axisMax, double step ) : void

Protected Methods

Method Description
DoRender ( RenderEventArgs arg ) : void

Method Details

DoRender() protected method

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

UIColorPaletteMarkersRenderer() public method

public UIColorPaletteMarkersRenderer ( int maxMarkerCount, System anchor, System margin, System size, int zNear, int zFar ) : CSharpGL
maxMarkerCount int
anchor System
margin System
size System
zNear int
zFar int
return CSharpGL

UpdateCodedColors() public method

public UpdateCodedColors ( double axisMin, double axisMax, double step ) : void
axisMin double
axisMax double
step double
return void