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

698a6e73 bba1 abdc ad49 76a75bf9d568

haplokuon edited this page May 6, 2023 · 1 revision

HatchGradientPattern Constructor

netDxf 3.0.0 Library

Overload List

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.

See Also

Reference

HatchGradientPattern Class
netDxf.Entities Namespace

Clone this wiki locally