HatchGradientPattern Class |
Namespace: DXFReaderNET.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 |
Creates a new HatchGradientPattern that is a copy of the current instance.
(Overrides HatchPatternClone.) | |
ToFile |
Save a PAT file with pattern info.
(Inherited from HatchPattern.) | |
ToString |
Returns a string containg the pattern info.
(Inherited from HatchPattern.) |