Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
OdessaGUIProject
UI_Controls
RoundedCornersPanel
C# Class OdessaGUIProject.UI_Controls.RoundedCornersPanel
Inheritance:
System.Windows.Forms.Panel
Datei anzeigen
Open project: noahsw/highlight-hunter
Protected Methods
Method
Description
OnPaint
(
PaintEventArgs
e
) :
void
Private Methods
Method
Description
DrawRoundRect
(
Graphics
g
,
Brush
p
,
float
X
,
float
Y
,
float
width
,
float
height
,
float
radius
) :
void
RoundedCornersPanel
( ) :
System
Method Details
OnPaint()
protected
method
protected
OnPaint
(
PaintEventArgs
e
) :
void
e
PaintEventArgs
return
void