GraphicsFillRoundedRectangle Method
Fills the interior of a rounded rectangle specified by a pair of coordinates, a width, and a height.
Namespace: SMath.DrawingAssembly: SMath.Drawing (in SMath.Drawing.dll) Version: 1.4.0.0
public void FillRoundedRectangle(
ColorBrush brush,
float x,
float y,
float width,
float height,
float arcSize
)
Public Sub FillRoundedRectangle (
brush As ColorBrush,
x As Single,
y As Single,
width As Single,
height As Single,
arcSize As Single
)
public:
virtual void FillRoundedRectangle(
ColorBrush^ brush,
float x,
float y,
float width,
float height,
float arcSize
) sealed
abstract FillRoundedRectangle :
brush : ColorBrush *
x : float32 *
y : float32 *
width : float32 *
height : float32 *
arcSize : float32 -> unit
override FillRoundedRectangle :
brush : ColorBrush *
x : float32 *
y : float32 *
width : float32 *
height : float32 *
arcSize : float32 -> unit
- brush ColorBrush
- ColorBrush that determines the characteristics of the fill.
- x Single
- The x-coordinate of the upper-left corner of the rounded rectangle to fill.
- y Single
- The y-coordinate of the upper-left corner of the rounded rectangle to fill.
- width Single
- Width of the rounded rectangle to fill.
- height Single
- Height of the rounded rectangle to fill.
- arcSize Single
- Size of the arcs on the rounded rectangle corners.
IGraphicsFillRoundedRectangle(ColorBrush, Single, Single, Single, Single, Single)