MarkerLine Class
Contents
[
Hide
]Summary: Marker line symbolizer.
Module: aspose.gis.rendering.symbolizers
Full Name: aspose.gis.rendering.symbolizers.MarkerLine
Inheritance: VectorSymbolizer
Aspose.PSD Version: 25.9.0
Constructors
| Name | Description |
|---|---|
| MarkerLine() | Initializes a new instance of the MarkerLine class. |
| MarkerLine(other) | Initializes a new instance of the MarkerLine class. |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| interval | Measurement | r/w | Specifies the interval between markers along the line. |
| marker | VectorSymbolizer | r/w | Specifies the marker symbolizer along the line. |
| null [static] | NullVectorSymbolizer | r | The NullVectorSymbolizer draws nothing and effectively skips rendering of a geometry it is applied to. |
| offset | Measurement | r/w | Specifies offset from the original line. For positive distance the offset will be at the left side of the input line (relative to the line direction). For a negative distance it will be at the right side. |
| offset_along_line | Measurement | r/w | Specifies the offset along the line for the first marker. |
| rotate_markers | bool | r/w | Specifies whether markers should be rotated along the line. |
Constructor: MarkerLine()
MarkerLine()
Initializes a new instance of the MarkerLine class.
Constructor: MarkerLine(other)
MarkerLine(other)
Initializes a new instance of the MarkerLine class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| other | MarkerLine | The other MarkerLine to copy data from. |