C# 클래스 NanoByte.Common.Values.Design.AngleEditor

상속: FloatEditor
파일 보기 프로젝트 열기: nano-byte/common

공개 메소드들

메소드 설명
GetPaintValueSupported ( ITypeDescriptorContext context ) : bool
PaintValue ( System.Drawing.Design.PaintValueEventArgs e ) : void

보호된 메소드들

메소드 설명
EditValue ( float value, FloatRangeAttribute range, IWindowsFormsEditorService editorService ) : float
EditValue ( float value, IWindowsFormsEditorService editorService ) : float

메소드 상세

EditValue() 보호된 메소드

protected EditValue ( float value, FloatRangeAttribute range, IWindowsFormsEditorService editorService ) : float
value float
range FloatRangeAttribute
editorService IWindowsFormsEditorService
리턴 float

EditValue() 보호된 메소드

protected EditValue ( float value, IWindowsFormsEditorService editorService ) : float
value float
editorService IWindowsFormsEditorService
리턴 float

GetPaintValueSupported() 공개 메소드

public GetPaintValueSupported ( ITypeDescriptorContext context ) : bool
context ITypeDescriptorContext
리턴 bool

PaintValue() 공개 메소드

public PaintValue ( System.Drawing.Design.PaintValueEventArgs e ) : void
e System.Drawing.Design.PaintValueEventArgs
리턴 void