HatchGradientPattern Constructor (String)
|
Initializes a new instance of the HatchGradientPattern class as a default linear gradient.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public HatchGradientPattern(
string description
)
Public Sub New (
description As String
)
public:
HatchGradientPattern(
String^ description
)
new :
description : string -> HatchGradientPattern
CONSTRUCTOR(
description AS STRING
)
Parameters
- description
- Type: SystemString
Description of the pattern (optional, this information is not saved in the dxf file). By default it will use the supplied name.
See Also