MarkerLine Class

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

NameDescription
MarkerLine()Initializes a new instance of the MarkerLine class.
MarkerLine(other)Initializes a new instance of the MarkerLine class.

Properties

NameTypeAccessDescription
intervalMeasurementr/wSpecifies the interval between markers along the line.
markerVectorSymbolizerr/wSpecifies the marker symbolizer along the line.
null [static]NullVectorSymbolizerrThe NullVectorSymbolizer draws nothing and effectively skips rendering of a geometry it is applied to.
offsetMeasurementr/wSpecifies 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_lineMeasurementr/wSpecifies the offset along the line for the first marker.
rotate_markersboolr/wSpecifies 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:

ParameterTypeDescription
otherMarkerLineThe other MarkerLine to copy data from.