LongoMatch.Drawing.CanvasObjects.TimerLabel.TimerLabel C# (CSharp) Method

TimerLabel() public method

public TimerLabel ( string name, Color color, double width, double height, double offsetY ) : System
name string
color Color
width double
height double
offsetY double
return System
        public TimerLabel(string name, Color color, double width, double height,
		                   double offsetY)
        {
            Name = name;
            Color = color;
            this.Height = height;
            this.width = width;
            OffsetY = offsetY;
        }