C# 클래스 BrrrBayBay.PwmGUIControl.LogicChannelControl

Base class for a PWM Channel Usercontrol
상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: joosthaverkort/PWMLogic

공개 메소드들

메소드 설명
LogicChannelControl ( ) : System
drawRoundRect ( Graphics g, Pen p, Rectangle rect, float radius ) : void

Draws a rounded rectangle on the graphics object

보호된 메소드들

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

Raises the settingschangedevent

비공개 메소드들

메소드 설명
GetDCEx ( IntPtr hWnd, IntPtr hRgn, int flags ) : IntPtr

메소드 상세

LogicChannelControl() 공개 메소드

public LogicChannelControl ( ) : System
리턴 System

OnPaint() 보호된 메소드

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

drawRoundRect() 공개 메소드

Draws a rounded rectangle on the graphics object
public drawRoundRect ( Graphics g, Pen p, Rectangle rect, float radius ) : void
g System.Drawing.Graphics The graphics object
p System.Drawing.Pen The pen
rect System.Drawing.Rectangle The rectangle
radius float The corner radius
리턴 void

raiseSettingsChangedEvent() 보호된 메소드

Raises the settingschangedevent
protected raiseSettingsChangedEvent ( ) : void
리턴 void