C# Class NanoByte.Common.Values.Design.AngleEditor

Inheritance: FloatEditor
Afficher le fichier Open project: nano-byte/common

Méthodes publiques

Méthode Description
GetPaintValueSupported ( ITypeDescriptorContext context ) : bool
PaintValue ( System.Drawing.Design.PaintValueEventArgs e ) : void

Méthodes protégées

Méthode Description
EditValue ( float value, FloatRangeAttribute range, IWindowsFormsEditorService editorService ) : float
EditValue ( float value, IWindowsFormsEditorService editorService ) : float

Method Details

EditValue() protected méthode

protected EditValue ( float value, FloatRangeAttribute range, IWindowsFormsEditorService editorService ) : float
value float
range FloatRangeAttribute
editorService IWindowsFormsEditorService
Résultat float

EditValue() protected méthode

protected EditValue ( float value, IWindowsFormsEditorService editorService ) : float
value float
editorService IWindowsFormsEditorService
Résultat float

GetPaintValueSupported() public méthode

public GetPaintValueSupported ( ITypeDescriptorContext context ) : bool
context ITypeDescriptorContext
Résultat bool

PaintValue() public méthode

public PaintValue ( System.Drawing.Design.PaintValueEventArgs e ) : void
e System.Drawing.Design.PaintValueEventArgs
Résultat void