C# 클래스 GridViewer.UIColorPaletteMarkersRenderer

若干条向下突出的白色竖线。
상속: CSharpGL.UIRenderer
파일 보기 프로젝트 열기: bitzhuwei/CSharpGL 1 사용 예제들

공개 메소드들

메소드 설명
UIColorPaletteMarkersRenderer ( int maxMarkerCount, System anchor, System margin, System size, int zNear, int zFar ) : CSharpGL

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

보호된 메소드들

메소드 설명
DoRender ( RenderEventArgs arg ) : void

메소드 상세

DoRender() 보호된 메소드

protected DoRender ( RenderEventArgs arg ) : void
arg CSharpGL.RenderEventArgs
리턴 void

UIColorPaletteMarkersRenderer() 공개 메소드

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
리턴 CSharpGL

UpdateCodedColors() 공개 메소드

public UpdateCodedColors ( double axisMin, double axisMax, double step ) : void
axisMin double
axisMax double
step double
리턴 void