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

32d26471 6543 b7a0 711c d676c097541f

haplokuon edited this page May 6, 2023 · 1 revision

ConvertFrom Method

netDxf 3.0.0 Library

Creates a BoundaryBoundaryPath from an entity.

Definition

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

C#

public static HatchBoundaryPath.Line ConvertFrom(
	EntityObject entity
)

VB

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

C++

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

F#

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

Parameters

  EntityObject
An entity.

Return Value

HatchBoundaryPath.Line
A HatchBoundaryPath line.

See Also

Reference

HatchBoundaryPath.Line Class
netDxf.Entities Namespace

Clone this wiki locally