C# Class BrrrBayBay.PwmGUIControl.LogicChannelControl

Base class for a PWM Channel Usercontrol
Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: joosthaverkort/PWMLogic

Méthodes publiques

Méthode Description
LogicChannelControl ( ) : System
drawRoundRect ( Graphics g, Pen p, Rectangle rect, float radius ) : void

Draws a rounded rectangle on the graphics object

Méthodes protégées

Méthode Description
OnPaint ( PaintEventArgs e ) : void
raiseSettingsChangedEvent ( ) : void

Raises the settingschangedevent

Private Methods

Méthode Description
GetDCEx ( IntPtr hWnd, IntPtr hRgn, int flags ) : IntPtr

Method Details

LogicChannelControl() public méthode

public LogicChannelControl ( ) : System
Résultat System

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

drawRoundRect() public méthode

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
Résultat void

raiseSettingsChangedEvent() protected méthode

Raises the settingschangedevent
protected raiseSettingsChangedEvent ( ) : void
Résultat void