Represents a hatch in a DXF image.

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

Name Description
Public constructor DXFHatch (Overloaded) Initializes a new instance of the DXFHatch class.
Top
Name Description
Public property BndAmount Gets the boundaries count of a hatch.
Public property Color Gets or sets a color for this figure. (inherited from DXFFigure).
Public property Layer Gets or sets the current layer for this figure. (inherited from DXFFigure).
Public property PatternName Gets or sets a name of a pattern object.
Public property Style Gets a types style of a hatch.
Top
Name Description
Public method Equals (Overloaded) (inherited from Object).
Public method ExportAsDXF Adds a hatch to the DXFExport figures collection.
Public method ExportBlockAsDXF Virtual function. For redifinition in descendant classes. (inherited from DXFFigure).
Public method GetHashCode (inherited from Object).
Public method GetPoint Returns the specified point from the specified collection of points of a hatch.
Public method GetPointsNumber Returns a count of points of a hatch in the specified number of a collection.
Public method GetType (inherited from Object).
Public method ParseToLines Performs figure approximation by linear segments. (inherited from DXFFigure).
Public method Static ReferenceEquals (inherited from Object).
Public method ToString (inherited from Object).
Top
Name Description
Public field data Represents all data (DXFData) of a figure. (inherited from DXFFigure).
Top