Click or drag to resize

HatchBoundaryPathEllipseConvertFrom Method

Converts an ellipse entity to the edge.

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public static HatchBoundaryPathEllipse ConvertFrom(
	EntityObject entity
)

Parameters

entity
Type: DXFReaderNET.EntitiesEntityObject
The ellipse entity to convert.

Return Value

Type: HatchBoundaryPathEllipse
The edge.
See Also