메소드 | 설명 | |
---|---|---|
DrawRoundedRectangle ( this graphics, |
Draws a rounded rectangle specified by a pair of coordinates, a width, a height and the radius for the arcs that make the rounded edges.
|
|
DrawRoundedRectangle ( this graphics, |
Draws a rounded rectangle specified by a pair of coordinates, a width, a height and the radius for the arcs that make the rounded edges.
|
|
FillRoundedRectangle ( this graphics, |
Fills the interior of a rounded rectangle specified by a pair of coordinates, a width, a height and the radius for the arcs that make the rounded edges.
|
|
FillRoundedRectangle ( this graphics, |
Fills the interior of a rounded rectangle specified by a pair of coordinates, a width, a height and the radius for the arcs that make the rounded edges.
|
메소드 | 설명 | |
---|---|---|
GenerateCapsule ( this graphics, |
||
GenerateRoundedRectangle ( this graphics, |
public static DrawRoundedRectangle ( this graphics, |
||
graphics | this | |
pen | ||
x | float | The x-coordinate of the upper-left corner of the rectangle to draw. |
y | float | The y-coordinate of the upper-left corner of the rectangle to draw. |
width | float | Width of the rectangle to draw. |
height | float | Height of the rectangle to draw. |
radius | float | The radius of the arc used for the rounded edges. |
리턴 | void |
public static DrawRoundedRectangle ( this graphics, |
||
graphics | this | |
pen | ||
x | int | The x-coordinate of the upper-left corner of the rectangle to draw. |
y | int | The y-coordinate of the upper-left corner of the rectangle to draw. |
width | int | Width of the rectangle to draw. |
height | int | Height of the rectangle to draw. |
radius | int | The radius of the arc used for the rounded edges. |
리턴 | void |
public static FillRoundedRectangle ( this graphics, |
||
graphics | this | |
brush | System.Drawing.Brush that determines the characteristics of the fill. | |
x | float | The x-coordinate of the upper-left corner of the rectangle to fill. |
y | float | The y-coordinate of the upper-left corner of the rectangle to fill. |
width | float | Width of the rectangle to fill. |
height | float | Height of the rectangle to fill. |
radius | float | The radius of the arc used for the rounded edges. |
리턴 | void |
public static FillRoundedRectangle ( this graphics, |
||
graphics | this | |
brush | System.Drawing.Brush that determines the characteristics of the fill. | |
x | int | The x-coordinate of the upper-left corner of the rectangle to fill. |
y | int | The y-coordinate of the upper-left corner of the rectangle to fill. |
width | int | Width of the rectangle to fill. |
height | int | Height of the rectangle to fill. |
radius | int | The radius of the arc used for the rounded edges. |
리턴 | void |