Show / Hide Table of Contents

Constructor HatchFillSymbolLayer

HatchFillSymbolLayer()

Initializes a new instance of the HatchFillSymbolLayer class.

Declaration
public HatchFillSymbolLayer()

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.5 - 100.15
.NET 6.0100.13 - 100.15
.NET 6.0 Windows100.13 - 100.15
.NET Framework100.5 - 100.15
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Xamarin.Android100.5 - 100.15
Xamarin.iOS100.5 - 100.15
UWP100.5 - 100.15

HatchFillSymbolLayer(MultilayerPolylineSymbol, Double)

Initializes a new instance of the HatchFillSymbolLayer class using an angle.

Declaration
public HatchFillSymbolLayer(MultilayerPolylineSymbol multilayerPolylineSymbol, double angle)
Parameters
Type Name Description
MultilayerPolylineSymbol multilayerPolylineSymbol

a MultilayerPolylineSymbol to use as the hatch line of the symbol layer.

Double angle

A double value representing the angle to rotate the hatch lines, in degrees measured counterclockwise from East.

Remarks

The fill rotates counterclockwise from East. Angle values can be negative.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.5 - 100.15
.NET 6.0100.13 - 100.15
.NET 6.0 Windows100.13 - 100.15
.NET Framework100.5 - 100.15
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Xamarin.Android100.5 - 100.15
Xamarin.iOS100.5 - 100.15
UWP100.5 - 100.15
In This Article
Back to top Copyright © 2022 Esri.