C# 클래스 GridViewer.UIColorPaletteBarRenderer

彩色的色标带。
상속: CSharpGL.UIRenderer
파일 보기 프로젝트 열기: bitzhuwei/CSharpGL 1 사용 예제들

공개 메소드들

메소드 설명
UIColorPaletteBarRenderer ( CodedColor codedColors, System anchor, System margin, System size, int zNear, int zFar ) : System.Drawing

彩色的色标带。

UpdateTexture ( Bitmap bitmap ) : void

보호된 메소드들

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

메소드 상세

DoInitialize() 보호된 메소드

protected DoInitialize ( ) : void
리턴 void

DoRender() 보호된 메소드

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

UIColorPaletteBarRenderer() 공개 메소드

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

UpdateTexture() 공개 메소드

public UpdateTexture ( Bitmap bitmap ) : void
bitmap System.Drawing.Bitmap
리턴 void