Click or drag to resize

HatchPattern Class

Represents a hatch pattern style.
Inheritance Hierarchy

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public class HatchPattern : ICloneable

The HatchPattern type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAngle
Gets or sets the pattern angle in degrees.
Public propertyDescription
Gets or sets the hatch description (optional, this information is not saved in the dxf file).
Public propertyFill
Gets the solid fill flag.
Public propertyLineDefinitions
Gets the definition of the lines that make up the pattern (not applicable in Solid fills).
Public propertyName
Gets or sets the hatch pattern name.
Public propertyOrigin
Gets or sets the pattern origin.
Public propertyScale
Gets or sets the pattern scale (not applicable in Solid fills).
Public propertyStyle
Gets the hatch style.
Public propertyType
Gets or sets the hatch pattern type.
Top
Methods
  NameDescription
Public methodClone
Creates a new HatchPattern that is a copy of the current instance.
Public methodStatic memberHatchPatternFromName
Returns the hatch pattern defined by the pattern name
Public methodToFile
Save a PAT file with pattern info.
Public methodToString
Returns a string containg the pattern info.
(Overrides ObjectToString.)
Top
See Also