HatchPattern(String, HatchPatternLine(), String) Constructor

Standard constructor.
Public Sub New( _ 
ByVal name As String, _ 
ByVal lines As HatchPatternLine(), _ 
Optional ByVal description As String = null _ 
)
This language is not supported or no code example is available.
public HatchPattern( 
string name
HatchPatternLine[] lines
string description = null 
)
This language is not supported or no code example is available.

Parameters

name
string

The pattern name.

lines
HatchPatternLine[]

description
string

The pattern description.

.NET Framework

Supported in: 4.8

In this article

Definition