C# 클래스 Oglr.Core.CustomUITypeEditors.XnaColorUiTypeEditor.ColorUiWrapper

Wrapper for the private ColorUI class nested within ColorEditor. It publishes its internals via reflection and adds a TrackBar to adjust the alpha value.
파일 보기 프로젝트 열기: SteveDunn/oglr

공개 메소드들

메소드 설명
ColorUiWrapper ( XnaColorUiTypeEditor colorEditor ) : System

Creates a new instance.

End ( ) : void
Start ( IWindowsFormsEditorService service, object value ) : void

비공개 메소드들

메소드 설명
onControlSizeChanged ( object sender, EventArgs e ) : void
onTrackBarAlphaValueChanged ( object sender, EventArgs e ) : void

메소드 상세

ColorUiWrapper() 공개 메소드

Creates a new instance.
public ColorUiWrapper ( XnaColorUiTypeEditor colorEditor ) : System
colorEditor XnaColorUiTypeEditor The editor this instance belongs to.
리턴 System

End() 공개 메소드

public End ( ) : void
리턴 void

Start() 공개 메소드

public Start ( IWindowsFormsEditorService service, object value ) : void
service IWindowsFormsEditorService
value object
리턴 void