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
Target | Versions |
---|---|
.NET Standard 2.0 | 200.5 |
.NET | 200.5 |
.NET Windows | 200.5 |
.NET Android | 200.5 |
.NET iOS | 200.5 |
.NET Framework | 200.5 |
UWP | 200.5 |
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
Target | Versions |
---|---|
.NET Standard 2.0 | 200.5 |
.NET | 200.5 |
.NET Windows | 200.5 |
.NET Android | 200.5 |
.NET iOS | 200.5 |
.NET Framework | 200.5 |
UWP | 200.5 |