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

76eb3171 da8b 4611 f0ad f52be504308f

haplokuon edited this page May 6, 2023 · 1 revision

HatchPattern(String) Constructor

netDxf 3.0.0 Library

Initializes a new instance of the HatchPattern class.

Definition

Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public HatchPattern(
	string name
)

VB

Public Sub New ( 
	name As String
)

C++

public:
HatchPattern(
	String^ name
)

F#

new : 
        name : string -> HatchPattern

Parameters

  String
Pattern name, always stored as uppercase.

See Also

Reference

HatchPattern Class
HatchPattern Overload
netDxf.Entities Namespace

Clone this wiki locally