Represents hatch settings

The following tables list the members exposed by the HatchPatternData type.

Name Description
Public constructor HatchPatternData Initializes a new instance of the HatchPatternData class
Top
Name Description
Public method Clone
Public method Dispose
Public method Equals (Overloaded) (inherited from Object).
Public method GetHashCode (inherited from Object).
Public method GetType (inherited from Object).
Public method Static ReferenceEquals (inherited from Object).
Public method ToString (inherited from Object).
Top
Name Description
Public field baseP Base point of hatch line. From this point lines are begins, using offset.
Public field dashNum Number of dash parts of line pattern.
Public field isDash Specifies if hatch line is solid.
Public field lineAngle Represents a hatch line tilt angle.
Public field lines Represents a collection of lines.
Public field offset Displacement of pattern line from base point.
Top