IPolyClassAddEllipse Method

Calculates an ellipse of an rectangle.

Definition

Namespace: PCBI.MathUtils
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public void AddEllipse(
	RectangleD rect
)

Parameters

rect  RectangleD
the bounds of ellipse

Implements

InterfacePolyClassAddEllipse(RectangleD)

See Also