C# Class BF2Statistics.MyGroupBox

Inheritance: System.Windows.Forms.GroupBox
Afficher le fichier Open project: BF2Statistics/ControlCenter

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
CreatePath ( float x, float y, float width, float height, float radius, bool RoundTopLeft, bool RoundTopRight, bool RoundBottomRight, bool RoundBottomLeft ) : GraphicsPath
MyGroupBox ( ) : System

Méthodes protégées

Méthode Description
OnPaint ( PaintEventArgs e ) : void

Method Details

CreatePath() public static méthode

public static CreatePath ( float x, float y, float width, float height, float radius, bool RoundTopLeft, bool RoundTopRight, bool RoundBottomRight, bool RoundBottomLeft ) : GraphicsPath
x float
y float
width float
height float
radius float
RoundTopLeft bool
RoundTopRight bool
RoundBottomRight bool
RoundBottomLeft bool
Résultat System.Drawing.Drawing2D.GraphicsPath

MyGroupBox() public méthode

public MyGroupBox ( ) : System
Résultat System

OnPaint() protected méthode

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