ShopToolsUtilFillEllipseCenterRadius Method

Draw a filled 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 FillEllipseCenterRadius(
	FPoint centerOffset,
	float radiusX,
	float radiusY,
	Graphics graphics,
	Rectangle workspaceArea,
	float scale,
	bool selected = false
)

Parameters

centerOffset  FPoint
Reference to the coordinate at the center of the circle.
radiusX  Single
The X radius of the circle.
radiusY  Single
The Y radius of the circle.
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.

See Also