MarkerPatternFill Class

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

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

Properties

NameTypeAccessDescription
horizontal_displacementMeasurementr/wSpecifies the horizontal offset for markers in even horizontal line.
horizontal_intervalMeasurementr/wSpecifies the horizontal interval between markers.
markerVectorSymbolizerr/wSpecifies the marker symbolizer for filling.
null [static]NullVectorSymbolizerrThe NullVectorSymbolizer draws nothing and effectively skips rendering of a geometry it is applied to.
vertical_displacementMeasurementr/wSpecifies the vertical offset for markers in even vertical line.
vertical_intervalMeasurementr/wSpecifies 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:

ParameterTypeDescription
otherMarkerPatternFillThe other MarkerPatternFill to copy data from.