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

380c941f 4e80 d068 d468 689e3418e0e2

haplokuon edited this page May 6, 2023 · 1 revision

HatchPatternLineDefinition Class

netDxf 3.0.0 Library

Defines a single line thats is part of a hatch pattern.

Definition

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

C#

public class HatchPatternLineDefinition : ICloneable

VB

Public Class HatchPatternLineDefinition
	Implements ICloneable

C++

public ref class HatchPatternLineDefinition : ICloneable

F#

type HatchPatternLineDefinition = 
    class
        interface ICloneable
    end
Inheritance Object → HatchPatternLineDefinition
Implements ICloneable

Constructors

HatchPatternLineDefinition Initializes a new instance of the HatchPatternLineDefinition class.

Properties

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.

Methods

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)

See Also

Reference

netDxf.Entities Namespace

Clone this wiki locally