C# 클래스 Animatroller.Simulator.Control.Bulb.SimpleBulb

The LEDBulb is a .Net control for Windows Forms that emulates an LED light with two states On and Off. The purpose of the control is to provide a sleek looking representation of an LED light that is sizable, has a transparent background and can be set to different colors.
상속: System.Windows.Forms.Control
파일 보기 프로젝트 열기: HakanL/animatroller

Private Properties

프로퍼티 타입 설명
drawControl void

공개 메소드들

메소드 설명
SimpleBulb ( ) : System

보호된 메소드들

메소드 설명
OnMove ( EventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void

Handles the Paint event for this UserControl

OnPaintBackground ( PaintEventArgs e ) : void

비공개 메소드들

메소드 설명
drawControl ( Graphics g ) : void

Renders the control to an image

메소드 상세

OnMove() 보호된 메소드

protected OnMove ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnPaint() 보호된 메소드

Handles the Paint event for this UserControl
protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
리턴 void

OnPaintBackground() 보호된 메소드

protected OnPaintBackground ( PaintEventArgs e ) : void
e PaintEventArgs
리턴 void

SimpleBulb() 공개 메소드

public SimpleBulb ( ) : System
리턴 System