HatchGradientPattern Constructor (AciColor, AciColor, HatchGradientPatternType, String)
|
Initializes a new instance of the HatchGradientPattern class as a two color gradient.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public HatchGradientPattern(
AciColor color1,
AciColor color2,
HatchGradientPatternType type,
string description
)
Public Sub New (
color1 As AciColor,
color2 As AciColor,
type As HatchGradientPatternType,
description As String
)
public:
HatchGradientPattern(
AciColor^ color1,
AciColor^ color2,
HatchGradientPatternType type,
String^ description
)
new :
color1 : AciColor *
color2 : AciColor *
type : HatchGradientPatternType *
description : string -> HatchGradientPattern
CONSTRUCTOR(
color1 AS AciColor,
color2 AS AciColor,
type AS HatchGradientPatternType,
description AS STRING
)
Parameters
- color1
- Type: DXFReaderNETAciColor
Gradient color 1. - color2
- Type: DXFReaderNETAciColor
Gradient color 2. - type
- Type: DXFReaderNET.EntitiesHatchGradientPatternType
Gradient type. - description
- Type: SystemString
Description of the pattern (optional, this information is not saved in the dxf file). By default it will use the supplied name.
See Also