HatchPattern Class |
Namespace: DXFReaderNET.Entities
The HatchPattern type exposes the following members.
| Name | Description | |
|---|---|---|
| HatchPattern(String) |
Initializes a new instance of the HatchPattern class.
| |
| HatchPattern(String, IEnumerableHatchPatternLineDefinition) |
Initializes a new instance of the HatchPattern class.
| |
| HatchPattern(String, String) |
Initializes a new instance of the HatchPattern class.
| |
| HatchPattern(String, IEnumerableHatchPatternLineDefinition, String) |
Initializes a new instance of the HatchPattern class.
|
| Name | Description | |
|---|---|---|
| Angle |
Gets or sets the pattern angle in degrees.
| |
| Description |
Gets or sets the hatch description (optional, this information is not saved in the dxf file).
| |
| Fill |
Gets the solid fill flag.
| |
| LineDefinitions |
Gets the definition of the lines that make up the pattern (not applicable in Solid fills).
| |
| Name |
Gets or sets the hatch pattern name.
| |
| Origin |
Gets or sets the pattern origin.
| |
| Scale |
Gets or sets the pattern scale (not applicable in Solid fills).
| |
| Style |
Gets the hatch style.
| |
| Type |
Gets or sets the hatch pattern type.
|
| Name | Description | |
|---|---|---|
| Clone |
Creates a new HatchPattern that is a copy of the current instance.
| |
| HatchPatternFromName |
Returns the hatch pattern defined by the pattern name
| |
| ToFile |
Save a PAT file with pattern info.
| |
| ToString |
Returns a string containg the pattern info.
(Overrides ObjectToString.) |