C# 클래스 BF2Statistics.MyGroupBox

상속: System.Windows.Forms.GroupBox
파일 보기 프로젝트 열기: BF2Statistics/ControlCenter

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CreatePath ( float x, float y, float width, float height, float radius, bool RoundTopLeft, bool RoundTopRight, bool RoundBottomRight, bool RoundBottomLeft ) : GraphicsPath
MyGroupBox ( ) : System

보호된 메소드들

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

메소드 상세

CreatePath() 공개 정적인 메소드

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

MyGroupBox() 공개 메소드

public MyGroupBox ( ) : System
리턴 System

OnPaint() 보호된 메소드

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