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 435
380c941f 4e80 d068 d468 689e3418e0e2
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Defines a single line thats is part of a hatch pattern.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public class HatchPatternLineDefinition : ICloneableVB
Public Class HatchPatternLineDefinition
Implements ICloneableC++
public ref class HatchPatternLineDefinition : ICloneableF#
type HatchPatternLineDefinition =
class
interface ICloneable
end| Inheritance | Object → HatchPatternLineDefinition |
| Implements | ICloneable |
| HatchPatternLineDefinition | Initializes a new instance of the HatchPatternLineDefinition class. |
| Angle | Gets or sets the angle of the line. |
| DashPattern | Gets he dash pattern of the line it is equivalent as the segments of a Linetype. |
| Delta | Gets or sets the local displacements between lines of the same family. |
| Origin | Gets or sets the origin of the line. |
| Clone | Creates a new HatchPatternLineDefinition that is a copy of the current instance. |
| 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) |