HatchGradientPattern Constructor (AciColor, Double, HatchGradientPatternType, String)
|
Initializes a new instance of the HatchGradientPattern class as a single color gradient.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public HatchGradientPattern(
AciColor color,
double tint,
HatchGradientPatternType type,
string description
)
Public Sub New (
color As AciColor,
tint As Double,
type As HatchGradientPatternType,
description As String
)
public:
HatchGradientPattern(
AciColor^ color,
double tint,
HatchGradientPatternType type,
String^ description
)
new :
color : AciColor *
tint : float *
type : HatchGradientPatternType *
description : string -> HatchGradientPattern
CONSTRUCTOR(
color AS AciColor,
tint AS REAL8,
type AS HatchGradientPatternType,
description AS STRING
)
Parameters
- color
- Type: DXFReaderNETAciColor
Gradient color. - tint
- Type: SystemDouble
Gradient tint. - 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