Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

18b9b728 b100 0ea9 e8a9 f0dbdb69953a

haplokuon edited this page May 6, 2023 · 1 revision

ConvertFrom Method

netDxf 3.0.0 Library

Initializes a new instance of the HatchBoundaryPath.Polyline class.

Definition

Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public static HatchBoundaryPath.Polyline ConvertFrom(
	EntityObject entity
)

VB

Public Shared Function ConvertFrom ( 
	entity As EntityObject
) As HatchBoundaryPath.Polyline

C++

public:
static HatchBoundaryPath.Polyline^ ConvertFrom(
	EntityObject^ entity
)

F#

static member ConvertFrom : 
        entity : EntityObject -> HatchBoundaryPath.Polyline 

Parameters

  EntityObject
Entity that represents the edge.

Return Value

HatchBoundaryPath.Polyline
[Missing <returns> documentation for "M:netDxf.Entities.HatchBoundaryPath.Polyline.ConvertFrom(netDxf.Entities.EntityObject)"]

See Also

Reference

HatchBoundaryPath.Polyline Class
netDxf.Entities Namespace

Clone this wiki locally