This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 437
ca1425cb f30e 3be5 9094 ed5855045cc5
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new instance of the HatchGradientPattern class as a two color gradient.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public HatchGradientPattern(
AciColor color1,
AciColor color2,
HatchGradientPatternType type
)VB
Public Sub New (
color1 As AciColor,
color2 As AciColor,
type As HatchGradientPatternType
)C++
public:
HatchGradientPattern(
AciColor^ color1,
AciColor^ color2,
HatchGradientPatternType type
)F#
new :
color1 : AciColor *
color2 : AciColor *
type : HatchGradientPatternType -> HatchGradientPatternHatchGradientPattern Class
HatchGradientPattern Overload
netDxf.Entities Namespace