Hatch Fill Symbol Layer
constructor(polylineSymbol: MultilayerPolylineSymbol = MultilayerPolylineSymbol(listOf(SolidStrokeSymbolLayer(1.3333334, Color.black))), angle: Double = 0.0)
Create a hatch fill symbol layer, given a MultilayerPolylineSymbol and an angle. The fill rotates counterclockwise from East. Angle values can be negative.
Since
200.1.0
Parameters
polyline Symbol
a MultilayerPolylineSymbol to use as the hatch line of the symbol layer.
angle
a float64 representing the angle to rotate the hatch lines, in degrees measured counterclockwise from East.