MarkerPatternFill Class
Contents
[
Hide
]Summary: Marker pattern fill symbolizer.
Module: aspose.gis.rendering.symbolizers
Full Name: aspose.gis.rendering.symbolizers.MarkerPatternFill
Inheritance: VectorSymbolizer
Aspose.PSD Version: 25.9.0
Constructors
| Name | Description |
|---|---|
| MarkerPatternFill() | Initializes a new instance of the MarkerPatternFill class. |
| MarkerPatternFill(other) | Initializes a new instance of the MarkerPatternFill class. |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| horizontal_displacement | Measurement | r/w | Specifies the horizontal offset for markers in even horizontal line. |
| horizontal_interval | Measurement | r/w | Specifies the horizontal interval between markers. |
| marker | VectorSymbolizer | r/w | Specifies the marker symbolizer for filling. |
| null [static] | NullVectorSymbolizer | r | The NullVectorSymbolizer draws nothing and effectively skips rendering of a geometry it is applied to. |
| vertical_displacement | Measurement | r/w | Specifies the vertical offset for markers in even vertical line. |
| vertical_interval | Measurement | r/w | Specifies the vertical interval between markers. |
Constructor: MarkerPatternFill()
MarkerPatternFill()
Initializes a new instance of the MarkerPatternFill class.
Constructor: MarkerPatternFill(other)
MarkerPatternFill(other)
Initializes a new instance of the MarkerPatternFill class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| other | MarkerPatternFill | The other MarkerPatternFill to copy data from. |