ShopToolsUtilDrawEllipseCenterDiameter Method

Draw an ellipse using a center coordinate with X and Y diameters.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
public static void DrawEllipseCenterDiameter(
	FPoint centerOffset,
	float diameterX,
	float diameterY,
	Graphics graphics,
	Pen pen,
	Rectangle workspaceArea,
	float scale
)

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.
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.

See Also