ShopToolsUtilFillEllipseCenterDiameter Method
Draw a filled ellipse using a center coordinate with X and Y diameters.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
public static void FillEllipseCenterDiameter(
FPoint centerOffset,
float diameterX,
float diameterY,
Graphics graphics,
Rectangle workspaceArea,
float scale,
bool selected = false
)
Public Shared Sub FillEllipseCenterDiameter (
centerOffset As FPoint,
diameterX As Single,
diameterY 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
- centerOffset FPoint
-
Reference to the coordinate at the center of the circle.
- diameterX Single
-
The X diameter of the ellipse.
- diameterY Single
-
The Y diameter of the ellipse.
- 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.