HatchPattern Class

HatchPattern definition. The pattern is defined by a collection of HatchPatternLine. The process of hatching consists of expanding each line to its infinite family of parallel lines. All hatch contours are checked for intersections with any of these lines, any intersections cause the hatch lines to be turned on and off.
Public Class HatchPattern 
Implements IKeyedCollectionItem(Of HatchPattern)
This language is not supported or no code example is available.
public class HatchPattern : IKeyedCollectionItem<HatchPattern>
This language is not supported or no code example is available.
Name Description
Public property Description Gets or sets the hatch pattern description.
Public property Lines Gets or sets the hatch pattern lines.
Public property Name Gets or sets the hatch pattern name.
Top
Methods
 
Name Description
Public method Clone() Creates a new object that is a copy of the current instance.
Public method ConvertToSurrogate()
Public method Equals(HatchPattern) Compares hatch pattern names ignoring cases.
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()
Public method GetKey()
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).
Protected method OnKeyChanged(string, string) When the Name changes I need to notify it to the related keyed collections before changing it.
Public method SetKey(string)
Public method ToString()
Top
Events
 
Name Description
Public event KeyChanged Occurs when the Name changes.
Top
devDept.Eyeshot.HatchPattern

.NET Framework

Supported in: 4.8

In this article

Definition