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()
Public method ConvertToSurrogate()
Public method Equals(HatchPattern) Compares hatch pattern names ignoring cases.
Protected method Finalize (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 (inherited from Object).
Protected method MemberwiseClone (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.7.2

In this article

Definition