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
698a6e73 bba1 abdc ad49 76a75bf9d568
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
HatchGradientPattern() | Initializes a new instance of the HatchGradientPattern class as a default linear gradient. |
HatchGradientPattern(String) | Initializes a new instance of the HatchGradientPattern class as a default linear gradient. |
HatchGradientPattern(AciColor, AciColor, HatchGradientPatternType) | Initializes a new instance of the HatchGradientPattern class as a two color gradient. |
HatchGradientPattern(AciColor, Double, HatchGradientPatternType) | Initializes a new instance of the HatchGradientPattern class as a single color gradient. |
HatchGradientPattern(AciColor, AciColor, HatchGradientPatternType, String) | Initializes a new instance of the HatchGradientPattern class as a two color gradient. |
HatchGradientPattern(AciColor, Double, HatchGradientPatternType, String) | Initializes a new instance of the HatchGradientPattern class as a single color gradient. |