ShopToolsUtilDrawEllipseDiameter Method
Draw an ellipse using the upper left coordinate with X and Y diameters.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
public static void DrawEllipseDiameter(
FPoint start,
float diameterX,
float diameterY,
Graphics graphics,
Pen pen,
Rectangle workspaceArea,
float scale
)
Public Shared Sub DrawEllipseDiameter (
start As FPoint,
diameterX As Single,
diameterY As Single,
graphics As Graphics,
pen As Pen,
workspaceArea As Rectangle,
scale As Single
)
No code example is currently available or this language may not be supported.
Parameters
- start FPoint
-
Reference to the coordinate at upper left corner.
- diameterX Single
-
The X diameter of the circle.
- diameterY Single
-
The Y diameter of the circle.
- graphics Graphics
-
Reference to the active graphics device.
- pen Pen
-
Reference to the active pen.
- workspaceArea Rectangle
-
The local drawing workspace in which the shape will be drawn.
- scale Single
-
The scale to apply to the shape.