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 415
532dc16e 3ad7 2696 f894 4b6aaa64f6d9
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Base class for all types of HatchBoundaryPath edges.
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 |
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) |
Type | Gets the HatchBoundaryPath edge type |