This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 411
a22f1bb0 1e5f 3b7b 4774 9fde1aac7462
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new instance of the HatchGradientPattern
class as a single color gradient.
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
- AciColor
- Gradient color.
- Double
- Gradient tint.
- HatchGradientPatternType
- Gradient type.
HatchGradientPattern Class
HatchGradientPattern Overload
netDxf.Entities Namespace