Ejemplo n.º 1
0
 public TrackBarDrawItemEventArgs(Graphics graphics, Rectangle bounds, TrackBarItemState state)
 {
     this.graphics = graphics;
     this.bounds   = bounds;
     this.state    = state;
 }
Ejemplo n.º 2
0
 public TrackBarDrawItemEventArgs(System.Drawing.Graphics graphics, Rectangle bounds, TrackBarItemState state)
 {
     _graphics = graphics;
     _bounds   = bounds;
     _state    = state;
 }
 public TrackBarDrawItemEventArgs(Graphics graphics, Rectangle bounds, TrackBarItemState state)
 {
     this._graphics = graphics;
     this._bounds = bounds;
     this._state = state;
 }
Ejemplo n.º 4
0
		public TrackBarDrawItemEventArgs(System.Drawing.Graphics graphics, Rectangle bounds, TrackBarItemState state)
		{
			_graphics = graphics;
			_bounds = bounds;
			_state = state;
		}