Click or drag to resize

HatchGradientPattern Constructor (AciColor, Double, HatchGradientPatternType)

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
)
Request Example View Source

Parameters

color
Type: netDxfAciColor
Gradient color.
tint
Type: SystemDouble
Gradient tint.
type
Type: netDxf.EntitiesHatchGradientPatternType
Gradient type.
See Also