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

d36f6149 4787 7996 8268 ac9f5c3a338e

haplokuon edited this page May 6, 2023 · 1 revision

HatchBoundaryPath.Line Class

netDxf 3.0.0 Library

Represents a line edge of a HatchBoundaryPath.

Definition

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

C#

public class Line : HatchBoundaryPath.Edge

VB

Public Class Line
	Inherits HatchBoundaryPath.Edge

C++

public ref class Line : public HatchBoundaryPath.Edge

F#

type Line = 
    class
        inherit HatchBoundaryPath.Edge
    end
Inheritance Object → HatchBoundaryPath.Edge → HatchBoundaryPath.Line

Constructors

HatchBoundaryPath.Line() Initializes a new instance of the HatchBoundaryPath.Line class.
HatchBoundaryPath.Line(EntityObject) Initializes a new instance of the HatchBoundaryPath.Line class.

Methods

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)

Fields

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)

See Also

Reference

netDxf.Entities Namespace

Clone this wiki locally