HatchPattern Class |
Namespace: netDxf.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).
| |
| Dots |
Dots hatch pattern.
| |
| Fill |
Gets the solid fill flag.
| |
| Line |
Lines hatch pattern.
| |
| 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.
| |
| Net |
Net or squares hatch pattern.
| |
| Origin |
Gets or sets the pattern origin.
| |
| Scale |
Gets or sets the pattern scale (not applicable in Solid fills).
| |
| Solid |
Solid hatch pattern.
| |
| Style |
Gets the hatch style.
| |
| Type |
Gets or sets the hatch pattern type.
|
| Name | Description | |
|---|---|---|
| Clone | ||
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| FromFile |
Creates a new hatch pattern from the definition in a pat file.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |