This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 439
d36f6149 4787 7996 8268 ac9f5c3a338e
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Represents a line edge of a HatchBoundaryPath.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public class Line : HatchBoundaryPath.EdgeVB
Public Class Line
Inherits HatchBoundaryPath.EdgeC++
public ref class Line : public HatchBoundaryPath.EdgeF#
type Line =
class
inherit HatchBoundaryPath.Edge
end| Inheritance | Object → HatchBoundaryPath.Edge → HatchBoundaryPath.Line |
| HatchBoundaryPath.Line() | Initializes a new instance of the HatchBoundaryPath.Line class. |
| HatchBoundaryPath.Line(EntityObject) | Initializes a new instance of the HatchBoundaryPath.Line class. |
| Clone | Clones the actual edge. (Overrides HatchBoundaryPath.Edge.Clone()) |
| ConvertFrom | Creates a BoundaryBoundaryPath from an entity. |
| ConvertTo | Converts the actual edge to its entity equivalent. (Overrides HatchBoundaryPath.Edge.ConvertTo()) |
| 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) |
| End | Gets or sets the end point of the line. |
| Start | Gets or sets the start point of the line. |
| Type | Gets the HatchBoundaryPath edge type (Inherited from HatchBoundaryPath.Edge) |