Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

a22f1bb0 1e5f 3b7b 4774 9fde1aac7462

haplokuon edited this page May 6, 2023 · 1 revision

HatchGradientPattern(AciColor, Double, HatchGradientPatternType) Constructor

netDxf 3.0.0 Library

Initializes a new instance of the HatchGradientPattern class as a single color gradient.

Definition

Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public HatchGradientPattern(
	AciColor color,
	double tint,
	HatchGradientPatternType type
)

VB

Public Sub New ( 
	color As AciColor,
	tint As Double,
	type As HatchGradientPatternType
)

C++

public:
HatchGradientPattern(
	AciColor^ color, 
	double tint, 
	HatchGradientPatternType type
)

F#

new : 
        color : AciColor * 
        tint : float * 
        type : HatchGradientPatternType -> HatchGradientPattern

Parameters

  AciColor
Gradient color.
  Double
Gradient tint.
  HatchGradientPatternType
Gradient type.

See Also

Reference

HatchGradientPattern Class
HatchGradientPattern Overload
netDxf.Entities Namespace

Clone this wiki locally