Method | Description | |
---|---|---|
DrawRoundRectangle ( System pen, float x, float y, float width, float height, float radius ) : void | ||
DrawRoundRectangle ( System pen, int x, int y, int width, int height, int radius ) : void | ||
FillRoundRectangle ( System brush, float x, float y, float width, float height, float radius ) : void | ||
FillRoundRectangle ( System brush, int x, int y, int width, int height, int radius ) : void | ||
cGraphics ( |
Method | Description | |
---|---|---|
GetCapsule ( |
||
GetRoundedRect ( |
public DrawRoundRectangle ( System pen, float x, float y, float width, float height, float radius ) : void | ||
pen | System | |
x | float | |
y | float | |
width | float | |
height | float | |
radius | float | |
return | void |
public DrawRoundRectangle ( System pen, int x, int y, int width, int height, int radius ) : void | ||
pen | System | |
x | int | |
y | int | |
width | int | |
height | int | |
radius | int | |
return | void |
public FillRoundRectangle ( System brush, float x, float y, float width, float height, float radius ) : void | ||
brush | System | |
x | float | |
y | float | |
width | float | |
height | float | |
radius | float | |
return | void |
public FillRoundRectangle ( System brush, int x, int y, int width, int height, int radius ) : void | ||
brush | System | |
x | int | |
y | int | |
width | int | |
height | int | |
radius | int | |
return | void |
public cGraphics ( |
||
graphics | ||
return | System |