Click or drag to resize

MathHelperPointBelongsToEllipse Method

Determines if the given point is on the ellipse contour.

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public static bool PointBelongsToEllipse(
	Ellipse Ellipse,
	Vector2 Position
)

Parameters

Ellipse
Type: DXFReaderNET.EntitiesEllipse
The ellipse entity.
Position
Type: DXFReaderNETVector2
The given point.

Return Value

Type: Boolean
true if the point belongs to the ellipse otherwise false.
See Also