HatchGradientPattern Class |
Namespace: netDxf.Entities
The HatchGradientPattern type exposes the following members.
| Name | Description | |
|---|---|---|
| HatchGradientPattern |
Initializes a new instance of the HatchGradientPattern class as a default linear gradient.
| |
| HatchGradientPattern(String) |
Initializes a new instance of the HatchGradientPattern class as a default linear gradient.
| |
| HatchGradientPattern(AciColor, AciColor, HatchGradientPatternType) |
Initializes a new instance of the HatchGradientPattern class as a two color gradient.
| |
| HatchGradientPattern(AciColor, Double, HatchGradientPatternType) |
Initializes a new instance of the HatchGradientPattern class as a single color gradient.
| |
| HatchGradientPattern(AciColor, AciColor, HatchGradientPatternType, String) |
Initializes a new instance of the HatchGradientPattern class as a two color gradient.
| |
| HatchGradientPattern(AciColor, Double, HatchGradientPatternType, String) |
Initializes a new instance of the HatchGradientPattern class as a single color gradient.
|
| Name | Description | |
|---|---|---|
| Angle |
Gets or sets the pattern angle in degrees.
(Inherited from HatchPattern.) | |
| Centered |
Gets or sets if the pattern is centered or not.
| |
| Color1 |
Gets or sets the gradient color 1.
| |
| Color2 |
Gets or sets the gradient color 2.
| |
| Description |
Gets or sets the hatch description (optional, this information is not saved in the dxf file).
(Inherited from HatchPattern.) | |
| Fill |
Gets the solid fill flag.
(Inherited from HatchPattern.) | |
| GradientType |
Gets or set the gradient pattern type.
| |
| LineDefinitions |
Gets the definition of the lines that make up the pattern (not applicable in Solid fills).
(Inherited from HatchPattern.) | |
| Name |
Gets or sets the hatch pattern name.
(Inherited from HatchPattern.) | |
| Origin |
Gets or sets the pattern origin.
(Inherited from HatchPattern.) | |
| Scale |
Gets or sets the pattern scale (not applicable in Solid fills).
(Inherited from HatchPattern.) | |
| SingleColor |
Gets or sets the gradient pattern color type.
| |
| Style |
Gets the hatch style.
(Inherited from HatchPattern.) | |
| Tint |
Gets or sets the gradient pattern tint.
| |
| Type |
Gets or sets the hatch pattern type.
(Inherited from HatchPattern.) |
| Name | Description | |
|---|---|---|
| Clone | (Overrides HatchPatternClone.) | |
| 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.) | |
| 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.) |