Show / Hide Table of Contents

Constructor MaterialFillSymbolLayer

MaterialFillSymbolLayer()

Initializes a new instance of the MaterialFillSymbolLayer class.

Declaration
public MaterialFillSymbolLayer()
Remarks

Creates a material fill symbol layer. The color of the created material layer will initialize to white, RGBA(255,255,255, 255), color mix mode as multiply and edges as null. With the default color and color mix mode, the color mixing result is identical to the original color/texture of the meshes or geometries.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0200.5 - 200.7
.NET200.5 - 200.7
.NET Windows200.5 - 200.7
.NET Android200.5 - 200.7
.NET iOS200.5 - 200.7
.NET Framework200.5 - 200.7
UWP200.5 - 200.7

MaterialFillSymbolLayer(Color)

Initializes a new instance of the MaterialFillSymbolLayer class with a given color.

Declaration
public MaterialFillSymbolLayer(Color color)
Parameters
Type Name Description
System.Drawing.Color color

the desired color for the symbol layer.

Remarks

Creates a material fill symbol layer that uses the provided color. The constructor uses Multiply and null edges.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0200.5 - 200.7
.NET200.5 - 200.7
.NET Windows200.5 - 200.7
.NET Android200.5 - 200.7
.NET iOS200.5 - 200.7
.NET Framework200.5 - 200.7
UWP200.5 - 200.7
In This Article
Back to top Copyright © 2022 Esri.