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

532dc16e 3ad7 2696 f894 4b6aaa64f6d9

haplokuon edited this page May 6, 2023 · 1 revision

HatchBoundaryPath.Edge Class

netDxf 3.0.0 Library

Base class for all types of HatchBoundaryPath edges.

Definition

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

C#

public abstract class Edge : ICloneable

VB

Public MustInherit Class Edge
	Implements ICloneable

C++

public ref class Edge abstract : ICloneable

F#

[<AbstractClassAttribute>]
type Edge = 
    class
        interface ICloneable
    end
Inheritance Object → HatchBoundaryPath.Edge
Derived netDxf.Entities.HatchBoundaryPath.Arc
netDxf.Entities.HatchBoundaryPath.Ellipse
netDxf.Entities.HatchBoundaryPath.Line
netDxf.Entities.HatchBoundaryPath.Polyline
netDxf.Entities.HatchBoundaryPath.Spline
Implements ICloneable

Methods

Clone Clones the actual edge.
ConvertTo Converts the actual edge to its entity equivalent.
Equals Determines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCode Serves as the default hash function.
(Inherited from Object)
GetType Gets the Type of the current instance.
(Inherited from Object)
ToString Returns a string that represents the current object.
(Inherited from Object)

Fields

Type Gets the HatchBoundaryPath edge type

See Also

Reference

netDxf.Entities Namespace

Clone this wiki locally