rectangle model
Box
01 Syntax
Microsoft.VisualBasic.Imaging.Drawing2D.Shapes.Box
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| .ctor | 3 |
03 Properties
04 Members
#ctor(
Point, Size, Color)Parameters
| Name | Type | Description |
|---|---|---|
Location | Point | - |
Size | Size | - |
Color | Color | the fill color of the rectangle object |
#ctor(Rectangle,
Color)Create new rectangle box with fill color
Parameters
| Name | Type | Description |
|---|---|---|
rect | Rectangle | - |
color | Color | the fill color |
#ctor(
RectangleF, Color)Create new rectangle box with fill color
Parameters
| Name | Type | Description |
|---|---|---|
rect | RectangleF | - |
color | Color | the fill color |
box
fill