HatchPatternLine Class

HatchPatternLine definition. Each pattern line is considered to be the first member of a line family, created by applying the delta offsets in both directions to generate an infinite family of parallel lines.
Public Class HatchPatternLine
This language is not supported or no code example is available.
public class HatchPatternLine
This language is not supported or no code example is available.
Name Description
Public property Angle The lines angle in radians.
Public property DeltaX The displacement between members of the family in the direction of the line. It is used only for dashed lines.
Public property DeltaY The spacing between members of the family. It is measured perpendicular to the lines.
Public property Origin The drawing origin of the first line of the family of hatch lines.
Public property Pattern Gets the line pattern.
Top
Methods
 
Name Description
Public method Clone()
Public method ConvertToSurrogate()
Public method Equals(Object) Determines whether the specified object is equal to the current object. (inherited from Object).
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object).
Public method GetHashCode Serves as the default hash function. (inherited from Object).
Public method GetObjectData(SerializationInfo, StreamingContext) Populates a SerializationInfo instance with the data needed to serialize the target object.
Public method GetType Gets the Type of the current instance. (inherited from Object).
Protected method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object).
Public method ToString Returns a string that represents the current object. (inherited from Object).
Top
devDept.Eyeshot.HatchPatternLine

.NET Framework

Supported in: 4.8

In this article

Definition