C# Class MonoHotDraw.Samples.DigitalClockTextFigure

Inheritance: MonoHotDraw.Figures.SimpleTextFigure
显示文件 Open project: mono/monohotdraw

Public Methods

Method Description
DigitalClockTextFigure ( DigitalClockValueType type ) : System
DigitalClockTextFigure ( DigitalClockValueType type, string text ) : System

Private Methods

Method Description
ValidateText ( string text ) : void

Method Details

DigitalClockTextFigure() public method

public DigitalClockTextFigure ( DigitalClockValueType type ) : System
type DigitalClockValueType
return System

DigitalClockTextFigure() public method

public DigitalClockTextFigure ( DigitalClockValueType type, string text ) : System
type DigitalClockValueType
text string
return System