Layer(String, Color) Constructor

Name and color constructor.
Public Sub New( _ 
ByVal name As String, _ 
ByVal color As Color
)
This language is not supported or no code example is available.
public Layer( 
string name
Color color 
)
This language is not supported or no code example is available.

Parameters

name
string

Layer name

color
Color

Layer color

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition