Click or drag to resize

HatchBoundaryPathLineConvertFrom Method

Converts a line entity to the edge.

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

Parameters

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

Return Value

Type: HatchBoundaryPathLine
The edge.
See Also