Method FillRectangle
- Namespace
- Alternet.Common.AlternetUI
- Assembly
- Alternet.Common.AlternetUI.v10.dll
FillRectangle(RectD)
void FillRectangle(RectD rect)
Parameters
rect
RectD
FillRectangle(double, double, double, double)
void FillRectangle(double x, double y, double width, double height)
Parameters
x
double
y
double
width
double
height
double
FillRectangle(Color, RectD)
void FillRectangle(Color color, RectD rect)
Parameters
color
Color
rect
RectD
FillRectangle(Color, int, int, int, int)
void FillRectangle(Color color, int x, int y, int width, int height)
Parameters
color
Color
x
int
y
int
width
int
height
int