ShopToolsUtilFillRectangle(FPoint, Single, Single, Graphics, Rectangle, Single, Boolean) Method
Fill a rectangle using the upper left coordinate with length and width.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
public static void FillRectangle(
FPoint start,
float length,
float width,
Graphics graphics,
Rectangle workspaceArea,
float scale,
bool selected = false
)
Public Shared Sub FillRectangle (
start As FPoint,
length As Single,
width As Single,
graphics As Graphics,
workspaceArea As Rectangle,
scale As Single,
Optional selected As Boolean = false
)
No code example is currently available or this language may not be supported.
Parameters
- start FPoint
-
Reference to the coordinate at upper left corner.
- length Single
-
The length of the rectangle.
- width Single
-
The width of the rectangle.
- graphics Graphics
-
Reference to the active graphics device.
- workspaceArea Rectangle
-
The local drawing workspace in which the shape will be drawn.
- scale Single
-
The scale to apply to the shape.
- selected Boolean (Optional)
-
Optional value indicating whether the shape is selected in the
editor.