This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 409
fe39f5f1 cdec 09d0 14aa 2f704de07851
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new instance of the HatchBoundaryPath.Arc
class.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public static HatchBoundaryPath.Arc ConvertFrom(
EntityObject entity
)
VB
Public Shared Function ConvertFrom (
entity As EntityObject
) As HatchBoundaryPath.Arc
C++
public:
static HatchBoundaryPath.Arc^ ConvertFrom(
EntityObject^ entity
)
F#
static member ConvertFrom :
entity : EntityObject -> HatchBoundaryPath.Arc
- EntityObject
- Entity that represents the edge.
HatchBoundaryPath.Arc
[Missing <returns> documentation for "M:netDxf.Entities.HatchBoundaryPath.Arc.ConvertFrom(netDxf.Entities.EntityObject)"]