C# Class BF2Statistics.MyGroupBox

Inheritance: System.Windows.Forms.GroupBox
Show file Open project: BF2Statistics/ControlCenter

Private Properties

Property Type Description

Public Methods

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

Protected Methods

Method Description
OnPaint ( PaintEventArgs e ) : void

Method Details

CreatePath() public static method

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
return System.Drawing.Drawing2D.GraphicsPath

MyGroupBox() public method

public MyGroupBox ( ) : System
return System

OnPaint() protected method

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
return void