Click or drag to resize

HatchGradientPattern Constructor (AciColor, Double, HatchGradientPatternType, String)

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the HatchGradientPattern class as a single color gradient.

Namespace:  netDxf.Entities
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public HatchGradientPattern(
	AciColor color,
	double tint,
	HatchGradientPatternType type,
	string description
)
Request Example View Source

Parameters

color
Type: netDxfAciColor
Gradient color.
tint
Type: SystemDouble
Gradient tint.
type
Type: netDxf.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